Skip to content
This repository was archived by the owner on May 5, 2026. It is now read-only.

Commit c94a826

Browse files
bromiesTMthlehmann-ionos
authored andcommitted
style(Settings): fix desktop dialog height
Signed-off-by: Kai Henseler <kai.henseler@strato.de>
1 parent cd59a49 commit c94a826

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/IONOS/components/settings/Settings.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
dialogId="settings"
3333
show={show}
3434
on:close={() => { showSettings.set(false); } }
35-
class="p-0 md:min-h-[400px] md:min-w-[750px] md:max-w-[750px] overflow-y-scroll {show ? 'max-md:translate-y-0' : 'max-md:translate-y-[100dvh]'}"
35+
class="p-0 md:min-h-[400px] md:min-w-[750px] md:max-w-[750px] md:max-h-fit overflow-y-scroll {show ? 'max-md:translate-y-0' : 'max-md:translate-y-[100dvh]'}"
3636
>
3737
<DialogHeader
3838
slot="header"

0 commit comments

Comments
 (0)