Skip to content

Commit

Permalink
Removed CSS causing Safari to crash in iOS12 #believeitornot
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-fleming committed Sep 24, 2020
1 parent 6baa6ee commit 7d958dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions assets/scss/03-organisms/_header-hamburger.scss
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ body.show-menu {
@media ($bp-x-small-max) {

// Respect Mayflower style over the ios default styles of rounded corners.
-webkit-appearance: none;
//-webkit-appearance: none;
}
}
}
Expand Down Expand Up @@ -421,7 +421,6 @@ body.show-menu {
& svg {
fill: $c-white;
height: 20px;
-webkit-transition: fill .4s;
-o-transition: fill .4s;
transition: fill .4s;
width: 20px;
Expand Down

0 comments on commit 7d958dd

Please sign in to comment.