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 282bf09 commit f04ff96Copy full SHA for f04ff96
src/lib/holocene/drawer.svelte
@@ -36,7 +36,7 @@
36
class={merge(
37
'surface-primary fixed z-[55] h-auto overflow-y-auto border-subtle text-primary',
38
position === 'bottom' && 'bottom-0 left-0 right-0 border-t',
39
- position === 'right' && 'bottom-0 right-0 top-0 h-full border-l',
+ position === 'right' && 'right-0 top-0 h-full border-l',
40
dark && 'bg-black text-off-white',
41
className,
42
)}
0 commit comments