#appmenu { display: none; } #side-menu { position: fixed; top: 0; left: 0; height: 100vh; width: 100%; max-width: 250px; background: #333; z-index: 3000; color: #fff; box-shadow: rgba(0, 0, 0, 0.22) 0px 25.6px 57.6px 0px, rgba(0, 0, 0, 0.18) 0px 4.8px 14.4px 0px; padding: 2px 0 0 0; display: none; } #side-menu.is-active { display: block; } .side-menu-opener { background: url('../img/side-menu-opener.svg'); height: 40px; width: 40px; border-radius: 0; border: 0; } .side-menu-apps-list { height: calc(100vh - 150px); z-index: 2200; position: fixed; top: 150px; width: 100%; max-width: 250px; overflow: auto; } .side-menu-app-icon { width: 20px; vertical-align: middle; margin-right: 10px; } .side-menu-app a { line-height: 30px; color: #fff; display: block; padding: 7px 0 7px 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .side-menu-app a:hover { background: #444; } .side-menu-logo { text-align: center; } .side-menu-logo img { width: 60%; } .side-menu-header { height: 150px; z-index: 2300; max-width: 250px; background: #333; position: fixed; top: 0; }