diff --git a/website/src/App.tsx b/website/src/App.tsx index a8debdfa..a106a31a 100644 --- a/website/src/App.tsx +++ b/website/src/App.tsx @@ -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`