Skip to content

Commit bbaf73b

Browse files
Settings modal scaling hotfix (#1100)
2 parents b813e13 + 678f2b9 commit bbaf73b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fission/src/ui/modals/configuring/SettingsModal.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const SettingsModal: React.FC<ModalPropsImpl> = ({ modalId }) => {
6666
saveSettings()
6767
}}
6868
>
69-
<div className="flex overflow-y-auto flex-col gap-2 bg-background-secondary rounded-md p-2 min-w-[22vw]">
69+
<div className="flex overflow-y-auto flex-col gap-2 bg-background-secondary rounded-md p-2 max-h-[60vh]">
7070
<Label size={LabelSize.Medium}>Screen Settings</Label>
7171
<Dropdown
7272
label="Quality Settings"

0 commit comments

Comments
 (0)