possibly fix popup issues on safari attempt numero duo

This commit is contained in:
2025-07-28 21:17:09 +02:00
parent 0449fc6baa
commit 0e463da5a8
+2 -14
View File
@@ -15,22 +15,10 @@
html {
overflow-y: scroll;
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;
}
}
}
@media (pointer: coarse) {
/* evil hack. this will run for all browsers but safari and similar */
@media (min-resolution: .001dpcm) {
[popover] {
&::after {
content: "";