Skip to content
Snippets Groups Projects
Unverified Commit 5c563d17 authored by kogeletey's avatar kogeletey
Browse files

sass: toc fixed width layout error

parent b76caf5d
No related branches found
No related tags found
No related merge requests found
......@@ -3,13 +3,17 @@
top: 1rem;
box-sizing: border-box;
margin-right: 1.25em;
height: calc(120vh - 1rem);
height: calc(110vh - 1rem);
overflow-y: scroll;
overflow-x: hidden;
margin-left: 1em;
width: 250px;
&-ul {
position: sticky;
border-left: 3px solid;
padding-left: 0;
border-color: $dark2;
max-width: 100%;
}
&-li {
position: relative;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment