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