Skip to content

Commit

Permalink
fix: adjusted btn z-index and hide on small screens (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
kvoon3 authored May 30, 2024
1 parent 6bd1dd1 commit b555986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/IconSet.vue
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ useEventListener(categoriesContainer, 'wheel', (e: WheelEvent) => {
<button
fixed top="50%" flex="~ items-end justify-center" w-5 h-8
icon-button transition-all duration-300
border="t r b base rounded-r-full" z-100
border="t r b base rounded-r-full" z-10 max-md:hidden
title="Toggle Sidebar"
:style="{ left: drawerCollapsed ? '0px' : '250px' }"
@click="drawerCollapsed = !drawerCollapsed"
Expand Down

0 comments on commit b555986

Please sign in to comment.