Enecss/src/ui/buttons.scss

12 lines
152 B
SCSS
Raw Normal View History

2023-02-27 00:26:17 +00:00
.fill {
z-index: 1;
width: 100%;
height: 100%;
position: absolute;
}
a, button, .interactive {
pointer-events: auto !important;
}