2018-09-24 14:33:06 -04:00
|
|
|
.ffz-main-menu {
|
2021-02-19 18:42:16 -05:00
|
|
|
z-index: 100000;
|
|
|
|
|
2019-05-16 20:24:34 -04:00
|
|
|
.scrollable-area {
|
|
|
|
overflow-anchor: none;
|
|
|
|
}
|
|
|
|
|
2018-09-24 14:33:06 -04:00
|
|
|
& > header {
|
|
|
|
* {
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
input, button {
|
|
|
|
pointer-events: all;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|