mirror of
https://github.com/YouHaveTrouble/youhavetrouble.github.io.git
synced 2026-05-11 22:06:56 +00:00
honestly last attempt at fixing bugged out interaction after clicking project on safari
This commit is contained in:
+13
-10
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user