X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fmenu%2Fmenu.component.scss;h=cb5f907232f04ccb1155574d3f4395fc8ee647e5;hb=a30a136c9896c656cab98d2c92cde32c534dc098;hp=2963d4d1918333392987317295fdde9ab6fc1750;hpb=223b24e618146f85b20b5bf365bc18d14a5964cd;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/menu/menu.component.scss b/client/src/app/menu/menu.component.scss index 2963d4d19..cb5f90723 100644 --- a/client/src/app/menu/menu.component.scss +++ b/client/src/app/menu/menu.component.scss @@ -6,7 +6,8 @@ height: calc(100vh - #{$header-height}); padding: 0; width: $menu-width; - z-index: 10000; + z-index: z(menu); + scrollbar-color: var(--actionButtonColor) var(--menuBackgroundColor); } menu {