lbry.tech/sass/partials/_glossary.scss
2018-07-19 18:36:48 -04:00

10 lines
208 B
SCSS

.component--glossary-toc {
width: 150px; height: 80vh;
top: calc(10vh + 2rem); left: 2rem;
background-color: $white;
border: 1px solid $gray;
border-radius: 3px;
position: fixed;
z-index: 1;
}