handle overflow of dialog

This commit is contained in:
Corwin 2023-07-05 21:47:52 +01:00
parent 7665135329
commit 064a919bd6
No known key found for this signature in database

View file

@ -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`