We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b813e13 + 678f2b9 commit bbaf73bCopy full SHA for bbaf73b
fission/src/ui/modals/configuring/SettingsModal.tsx
@@ -66,7 +66,7 @@ const SettingsModal: React.FC<ModalPropsImpl> = ({ modalId }) => {
66
saveSettings()
67
}}
68
>
69
- <div className="flex overflow-y-auto flex-col gap-2 bg-background-secondary rounded-md p-2 min-w-[22vw]">
+ <div className="flex overflow-y-auto flex-col gap-2 bg-background-secondary rounded-md p-2 max-h-[60vh]">
70
<Label size={LabelSize.Medium}>Screen Settings</Label>
71
<Dropdown
72
label="Quality Settings"
0 commit comments