Skip to content

Commit

Permalink
Set compare view font-smoothing
Browse files Browse the repository at this point in the history
- Safari was updating the font-smoothing when the modification popovers opened.
  Set it explicitly so it doesn't flicker
  • Loading branch information
Alice Rottersman committed Aug 21, 2017
1 parent 31925b9 commit cc6656f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mmw/sass/pages/_compare.scss
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ $compare-chart-table-height: calc(100vh - #{$height-lg} - #{$compare-footer-heig
margin-top: 20px;
max-width: 1200px;
max-height: calc(100% - 20px);
-webkit-font-smoothing: antialiased;

@media screen and (max-width: 1300px) {
max-width: 1000px;
Expand Down

0 comments on commit cc6656f

Please sign in to comment.