Merge branch 'merogge/scroll-bar-decorations' of https://github.com/meganrogge/xterm.js into merogge/scroll-bar-decorations

This commit is contained in:
meganrogge
2022-03-11 17:15:40 -05:00
+3 -3
View File
@@ -180,9 +180,9 @@
}
.xterm-decoration-scrollbar {
z-index: 6;
z-index: 7;
position: absolute;
top: 0px;
right: 0px;
top: 0;
right: 0;
width: 50px;
}