mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 00:01:34 +11:00
auto overflow
This commit is contained in:
parent
fb5414a036
commit
dc2d969930
|
@ -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);
|
||||
`;
|
||||
|
||||
|
|
Loading…
Reference in a new issue