.terminalContainer { height: 75%; width: 60%; position: fixed; z-index: 1; top: 10%; left: 30%; color: #FFFFFF; background-color: #111; overflow-x: hidden; transition: 0.5s; /* padding-top: 60px; */ background-color: #333333; border: 2px solid #BB86fc; /* padding: 20px; */ /* margin: 20px; */ border-radius: 5px; overflow: auto; } #xterm { height: 100%; width: 100%; } .white-content { background: #e4e4e4; } /* .black-content { background: #111111; } */ .toggle-slider { display: flex; } .sidenav { height: 80%; width: 5%; position: fixed; z-index: 1; top: 5%; left: 0; background-color: #111; overflow-x: hidden; transition: 0.5s; padding-top: 60px; background-color: #333333; border: 2px solid #BB86fc; padding: 20px; margin: 20px; border-radius: 5px; } .sidenav :hover { color: #f1f1f1; } ul { list-style-type: none; margin: 0; padding: 0; width: 5%; position: fixed; overflow: auto; } .sidenavButton { display: block; color: #000; padding: 8px 16px; background-color: #BB86fc; text-decoration: none; border: 1px solid #333333; border-radius: 5px; } li:last-child { border-bottom: none; }