safari target: take 2
This commit is contained in:
parent
dd02b99486
commit
081e066553
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue