mirror of
https://github.com/YouHaveTrouble/youhavetrouble.github.io.git
synced 2026-05-11 22:06:56 +00:00
make the terrible hack for backdrop work only on touch devices
This commit is contained in:
@@ -18,7 +18,7 @@ html {
|
||||
}
|
||||
|
||||
/* evil hack. this will run for all browsers but safari and similar */
|
||||
@media (min-resolution: .001dpcm) {
|
||||
@media (min-resolution: .001dpcm) and (pointer: coarse) {
|
||||
[popover] {
|
||||
&::after {
|
||||
content: "";
|
||||
|
||||
Reference in New Issue
Block a user