Skip to content

Commit

Permalink
improve sidebar scrollbars for firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
Onatcer committed Aug 29, 2024
1 parent aee5ea4 commit e538fec
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion resources/js/Layouts/AppLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,11 @@ const page = usePage<{
'!flex bg-default-background w-full z-[9999999999]':
showSidebarMenu,
}"
class="flex-shrink-0 h-screen hidden fixed w-[230px] 2xl:w-[250px] px-2.5 2xl:px-4 py-4 sm:flex flex-col justify-between overflow-y-scroll">
class="flex-shrink-0 h-screen hidden fixed w-[230px] 2xl:w-[250px] px-2.5 2xl:px-4 py-4 sm:flex flex-col justify-between overflow-y-scroll"
style="
scrollbar-width: thin;
scrollbar-color: var(--color-bg-primary) transparent;
">
<div>
<div
class="border-b border-default-background-separator pb-2 flex justify-between">
Expand Down

0 comments on commit e538fec

Please sign in to comment.