We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24c43d4 commit 9752264Copy full SHA for 9752264
.changeset/dirty-pets-switch.md
@@ -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
@@ -122,7 +122,7 @@
122
{#if $$slots.actions}
123
<div
124
class={cls(
125
- 'actions fixed bottom-0 w-full flex justify-center bg-surface-content/5 p-1 border-t',
+ 'actions absolute bottom-0 w-full flex justify-center bg-surface-content/5 p-1 border-t',
126
settingsClasses.actions,
127
classes.actions
128
)}
0 commit comments