Skip to content
Snippets Groups Projects
Commit ba872f73 authored by alexisben's avatar alexisben
Browse files

aside sticky mixin

parent d63da883
No related merge requests found
......@@ -128,13 +128,13 @@
position: absolute
width: col-outside-container(4)
.toc-content
position: sticky
top: var(--header-height)
overflow-y: auto
max-height: calc(100vh - var(--header-height))
margin-bottom: $spacing1
padding-bottom: $spacing5
pointer-events: auto
@include sticky($spacing1)
button
display: none
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment