honestly last attempt at fixing bugged out interaction after clicking project on safari

This commit is contained in:
2025-07-31 19:22:51 +02:00
parent e7a5ef5b40
commit 2bf12deaf2
+13 -10
View File
@@ -15,18 +15,21 @@
html { html {
overflow-y: scroll; overflow-y: scroll;
scroll-behavior: smooth; scroll-behavior: smooth;
*:has(:popover-open) { @media (min-resolution: .001dpcm) {
pointer-events: none; *:has(:popover-open) {
touch-action: none; pointer-events: none;
[popover] { touch-action: none;
pointer-events: auto; [popover] {
touch-action: auto; pointer-events: auto;
} touch-action: auto;
::backdrop { }
pointer-events: all; ::backdrop {
touch-action: manipulation; 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 */