@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; } } }