1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-28 05:15:54 +00:00
FrankerFaceZ/styles/widgets/main-menu.scss

17 lines
185 B
SCSS
Raw Permalink Normal View History

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