mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 19:57:52 +01:00
web: fix right side panel of settings is not scrollable (#6716)
This commit is contained in:
@@ -230,7 +230,7 @@ export const SettingsDialog = DialogManager.register(function SettingsDialog(
|
||||
flexDirection: "column",
|
||||
padding: 20,
|
||||
gap: 20,
|
||||
minHeight: "min-content",
|
||||
minHeight: "auto",
|
||||
overflow: "auto"
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user