Skip to content

Commit 9752264

Browse files
committed
fix(Drawer): Fix display of action buttons
1 parent 24c43d4 commit 9752264

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/dirty-pets-switch.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'svelte-ux': patch
3+
---
4+
5+
fix(Drawer): Fix display of action buttons

packages/svelte-ux/src/lib/components/Drawer.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
{#if $$slots.actions}
123123
<div
124124
class={cls(
125-
'actions fixed bottom-0 w-full flex justify-center bg-surface-content/5 p-1 border-t',
125+
'actions absolute bottom-0 w-full flex justify-center bg-surface-content/5 p-1 border-t',
126126
settingsClasses.actions,
127127
classes.actions
128128
)}

0 commit comments

Comments
 (0)