Changing scrollbar z-index

This commit is contained in:
2020-07-23 00:01:11 +01:00
parent 0b8b8c1d7e
commit 29233272f0
2 changed files with 2 additions and 2 deletions

View File

@@ -1,9 +1,7 @@
.line-scroll {
// background-image: linear-gradient(90deg, rgba(238,136,5,1) 0%, rgba(191,48,48,1) 41%, rgba(209,28,28,1) 100%);
background-image: linear-gradient(90deg, #1563ff 1.56%, #08368b);
height: 3px;
left: 0;
// top: 83px;
top: 56px;
position: fixed;
width: 0;

View File

@@ -2,9 +2,11 @@ div {
&.toc-container {
top: 56px;
background-color: white;
z-index: 0;
}
&.toc-contents {
padding-left: 10px;
// z-index: 1;
}
}