mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 19:54:39 +00:00
15 lines
187 B
CSS
15 lines
187 B
CSS
.hide {
|
|
opacity: 0;
|
|
pointer-events: none;
|
|
}
|
|
|
|
.outside-container {
|
|
margin: 0;
|
|
overflow: hidden;
|
|
position: absolute;
|
|
right: 10px;
|
|
top: 80px;
|
|
height: 590px;
|
|
z-index: 20;
|
|
}
|