safari target: take 2

This commit is contained in:
Spencer Flagg
2022-10-07 17:33:10 +02:00
parent dd02b99486
commit 081e066553

View File

@@ -312,8 +312,8 @@ nav {
position: relative; position: relative;
} }
/* (Safari + MobileSafari >= 14.6) or (All MobileSafari versions) */ /* Safari 9+ */
@supports (selector(:nth-child(1 of x))) or (-webkit-touch-callout: none) { @supports (-webkit-hyphens:none) {
body{ body{
overflow-x: hidden; overflow-x: hidden;
} }