Enecss/src/ui/buttons.scss
2023-02-27 01:26:17 +01:00

12 lines
152 B
SCSS

.fill {
z-index: 1;
width: 100%;
height: 100%;
position: absolute;
}
a, button, .interactive {
pointer-events: auto !important;
}