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:
@@ -15,6 +15,7 @@
|
||||
html {
|
||||
overflow-y: scroll;
|
||||
scroll-behavior: smooth;
|
||||
@media (min-resolution: .001dpcm) {
|
||||
*:has(:popover-open) {
|
||||
pointer-events: none;
|
||||
touch-action: none;
|
||||
@@ -29,6 +30,8 @@ html {
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/* evil hack. this will run for all browsers but safari and similar */
|
||||
@media (min-resolution: .001dpcm) and (pointer: coarse) {
|
||||
[popover] {
|
||||
|
||||
Reference in New Issue
Block a user