diff --git a/web/src/components/sidebar/Sidebar.svelte b/web/src/components/sidebar/Sidebar.svelte index b0a497b6..f2c76998 100644 --- a/web/src/components/sidebar/Sidebar.svelte +++ b/web/src/components/sidebar/Sidebar.svelte @@ -61,8 +61,9 @@ #sidebar { background: var(--secondary); height: 100vh; - position: sticky; width: var(--sidebar-width); + position: sticky; + scrollbar-width: none; } #sidebar-tabs { @@ -70,6 +71,7 @@ justify-content: space-between; padding-bottom: var(--padding); overflow: scroll; + scrollbar-width: none; } @media screen and (max-width: 535px) {