diff --git a/client/homebrew/homebrew.less b/client/homebrew/homebrew.less index 8c8f116b5..f4834a25c 100644 --- a/client/homebrew/homebrew.less +++ b/client/homebrew/homebrew.less @@ -11,7 +11,10 @@ position : relative; height : calc(~"100% - 29px"); //Navbar height flex : auto; + overflow-y : hidden; + } + &.listPage .content { overflow-y : scroll; } } -} +} \ No newline at end of file diff --git a/client/homebrew/navbar/navbar.less b/client/homebrew/navbar/navbar.less index 39fbfaf5c..a29fff32a 100644 --- a/client/homebrew/navbar/navbar.less +++ b/client/homebrew/navbar/navbar.less @@ -78,6 +78,8 @@ width : 100%; overflow : hidden auto; max-height : ~"calc(100vh - 28px)"; + scrollbar-color : #666 #333; + scrollbar-width : thin; h4{ display : block; box-sizing : border-box;