re-arrange dom structure

This commit is contained in:
meganrogge
2022-03-11 17:15:11 -05:00
parent bdfc82d1b7
commit 98a03dd477
5 changed files with 14 additions and 21 deletions
+3 -8
View File
@@ -180,14 +180,9 @@
}
.xterm-decoration-scrollbar {
z-index: 7;
position: sticky;
z-index: 6;
position: absolute;
top: 0px;
right: 0px;
width: 50px;
}
.xterm-decoration-scrollbar.demo-scrollbar {
height: 436px;
z-index:10;
}
}