mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-07-12 14:08:30 +00:00
11 lines
117 B
SCSS
11 lines
117 B
SCSS
|
.ffz-main-menu {
|
||
|
& > header {
|
||
|
* {
|
||
|
pointer-events: none;
|
||
|
}
|
||
|
|
||
|
input, button {
|
||
|
pointer-events: all;
|
||
|
}
|
||
|
}
|
||
|
}
|