1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-07-31 15:08:31 +00:00
FrankerFaceZ/styles/widgets/main-menu.scss

17 lines
183 B
SCSS
Raw Normal View History

.ffz-main-menu {
z-index: 1998;
.scrollable-area {
overflow-anchor: none;
}
& > header {
* {
pointer-events: none;
}
input, button {
pointer-events: all;
}
}
}