@import '../_variables.scss'; .desktop-layout-root { padding-top: 64px; box-sizing: border-box; height: 100%; } .desktop-layout-container { width: 100%; height: 100%; display: flex; overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; } .desktop-layout-main-content { box-sizing: border-box; position: relative; flex: 1 1 100%; height: 100%; width: 100%; } .desktop-layout-card-container { height: 100%; overflow-y: auto; overflow-x: hidden; }