auto overflow

This commit is contained in:
Corwin 2023-07-06 18:37:48 +01:00
parent fb5414a036
commit dc2d969930
No known key found for this signature in database

View file

@ -10,7 +10,7 @@ import { Slider } from "./Slider";
const BindingsDialog = styled.dialog`
border-radius: 5px;
margin-top: 20px;
overflow-y: scroll;
overflow-y: auto;
max-height: calc(100vh - 100px);
`;