web: fix right side panel of settings is not scrollable (#6716)

This commit is contained in:
Muhammad Ali
2024-10-17 11:08:46 +05:00
committed by GitHub
parent 4f9d06737f
commit 4d72b77f29

View File

@@ -230,7 +230,7 @@ export const SettingsDialog = DialogManager.register(function SettingsDialog(
flexDirection: "column",
padding: 20,
gap: 20,
minHeight: "min-content",
minHeight: "auto",
overflow: "auto"
}}
>