use position sticky

This commit is contained in:
meganrogge
2022-03-09 12:24:37 -06:00
parent 89a0cee5a4
commit 167a6fdbf6
2 changed files with 5 additions and 5 deletions
+2 -3
View File
@@ -181,7 +181,7 @@
.xterm-decoration-scrollbar {
z-index: 7;
position: fixed;
position: sticky;
top: 0px;
right: 0px;
width: 50px;
@@ -189,6 +189,5 @@
.xterm-decoration-scrollbar.demo-scrollbar {
height: 436px;
left: 872px;
top: 83px;
z-index:10;
}