X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fmenu%2Fmenu.component.scss;h=cb5f907232f04ccb1155574d3f4395fc8ee647e5;hb=52cc0d54850e0acf069d2f95d063826f16ff5238;hp=dd718a091879b5af317035b3e72064dc4b48c1c0;hpb=72ab1bc82d4357ed869b8828badb33258aea942d;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/menu/menu.component.scss b/client/src/app/menu/menu.component.scss index dd718a091..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: 11000; + z-index: z(menu); + scrollbar-color: var(--actionButtonColor) var(--menuBackgroundColor); } menu {