mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
use position sticky
This commit is contained in:
+2
-3
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user