Changing scrollbar z-index
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -2,9 +2,11 @@ div {
|
||||
&.toc-container {
|
||||
top: 56px;
|
||||
background-color: white;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
&.toc-contents {
|
||||
padding-left: 10px;
|
||||
// z-index: 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user