Skip to content

Commit

Permalink
Settings modal scaling hotfix (#1100)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonPacewic authored Aug 21, 2024
2 parents b813e13 + 678f2b9 commit bbaf73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fission/src/ui/modals/configuring/SettingsModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const SettingsModal: React.FC<ModalPropsImpl> = ({ modalId }) => {
saveSettings()
}}
>
<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]">
<Label size={LabelSize.Medium}>Screen Settings</Label>
<Dropdown
label="Quality Settings"
Expand Down

0 comments on commit bbaf73b

Please sign in to comment.