This commit is contained in:
Daniel Ledda
2023-05-07 21:14:48 +02:00
parent 90a39ee2fe
commit 4268cec832
17 changed files with 800 additions and 2292 deletions

View File

@@ -27,6 +27,20 @@ html, body {
height: 100%;
}
#dropdowns {
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 100;
position: absolute;
pointer-events: none;
}
#dropdowns * {
pointer-events: all;
}
* {
box-sizing: border-box;
}