Files
BetterSEQTA-Plus/package/popup/popup.css
T
2023-11-24 17:19:11 +11:00

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;
}