/* Sidebar */ .sidebar { position: absolute; top: 0; right: 0; width: 15rem; z-index: 8; padding-top: 2rem; } /* sidebar header */ .sidebar .buttons { position: absolute; top: 0; right: 0; width: 15rem; height: 2rem; z-index: 9; display: flex; justify-content: flex-end; align-items: flex-start; background: #111; } .sidebar .buttons button { border: 0; background: transparent; } .sidebar .buttons button:hover { background: #333; } .sidebar-content { background: #222; width: 15rem; padding: 0.5rem 0; } /* wavefile upload */ .sidebar-content.wave-upload { padding: 0.5rem 0.75rem 1.5rem 0.75rem; } .wave-upload .uploadButton { position: relative; text-align: center; margin: 1rem 0; } .wave-upload small { display: block; text-align: center; } /* table of contents */ .toc div { width: 15rem; padding: 0.25rem 0.75rem; cursor: pointer; } .toc div:hover { background: #213; } /* script */ .sidebar textarea { height: calc(100vh - 5.15rem); }