.app-scroll-container { height: 100%; width: 100%; .app-scroll-container-header, .app-scroll-container-bottom { width: 100%; } .app-scroll-container-middle { display: flex; width: 100%; .app-scroll-container-left, .app-scroll-container-center, .app-scroll-container-right { height: 100%; } } .no-style { padding: 0; margin: 0; } .overflow-auto { overflow: auto; } }