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
+3
View File
@@ -15,6 +15,7 @@
html { html {
overflow-y: scroll; overflow-y: scroll;
scroll-behavior: smooth; scroll-behavior: smooth;
@media (min-resolution: .001dpcm) {
*:has(:popover-open) { *:has(:popover-open) {
pointer-events: none; pointer-events: none;
touch-action: none; touch-action: none;
@@ -27,6 +28,8 @@ html {
touch-action: manipulation; 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 */