10 lines
208 B
SCSS
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;
|
|
}
|