make the terrible hack for backdrop work only on touch devices

This commit is contained in:
2025-07-28 21:19:16 +02:00
parent 0e463da5a8
commit c563c82885
+1 -1
View File
@@ -18,7 +18,7 @@ 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) { @media (min-resolution: .001dpcm) and (pointer: coarse) {
[popover] { [popover] {
&::after { &::after {
content: ""; content: "";