@import 'naturalcrit/styles/core.less'; .homebrew{ height : 100%; .sitePage{ display : flex; height : 100%; background-color : @steel; flex-direction : column; overflow-y : hidden; .content{ position : relative; height : calc(~"100% - 29px"); //Navbar height flex : auto; overflow-y : hidden; } &.listPage .content { overflow-y : scroll; &::-webkit-scrollbar { width: 20px; } &::-webkit-scrollbar-thumb { width:20px; background: linear-gradient(90deg, #d3c1af 15px, #00000000 15px); } } } }