bring back popover open clickthrough block

This commit is contained in:
2025-07-28 21:29:49 +02:00
parent c563c82885
commit e7a5ef5b40
+12
View File
@@ -15,6 +15,18 @@
html { html {
overflow-y: scroll; overflow-y: scroll;
scroll-behavior: smooth; scroll-behavior: smooth;
*:has(:popover-open) {
pointer-events: none;
touch-action: none;
[popover] {
pointer-events: auto;
touch-action: auto;
}
::backdrop {
pointer-events: all;
touch-action: manipulation;
}
}
} }
/* evil hack. this will run for all browsers but safari and similar */ /* evil hack. this will run for all browsers but safari and similar */