Skip to content

Commit f04ff96

Browse files
authored
Remove unnecessary bottom-0 for right position (#2592)
1 parent 282bf09 commit f04ff96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/holocene/drawer.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
class={merge(
3737
'surface-primary fixed z-[55] h-auto overflow-y-auto border-subtle text-primary',
3838
position === 'bottom' && 'bottom-0 left-0 right-0 border-t',
39-
position === 'right' && 'bottom-0 right-0 top-0 h-full border-l',
39+
position === 'right' && 'right-0 top-0 h-full border-l',
4040
dark && 'bg-black text-off-white',
4141
className,
4242
)}

0 commit comments

Comments
 (0)