mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
handle overflow of dialog
This commit is contained in:
parent
7665135329
commit
064a919bd6
|
@ -10,6 +10,8 @@ import { Slider } from "./Slider";
|
|||
const BindingsDialog = styled.dialog`
|
||||
border-radius: 5px;
|
||||
margin-top: 20px;
|
||||
overflow-y: scroll;
|
||||
max-height: calc(100vh - 100px);
|
||||
`;
|
||||
|
||||
const VolumeLabel = styled.label`
|
||||
|
|
Loading…
Reference in a new issue