Skip to content

Commit

Permalink
fix: jumbotron iab gradient background fix for safari below 14.1 (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel authored Oct 26, 2023
1 parent c93ccc9 commit 4dcbceb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ietf/static_src/css/iab.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@
content: '';
pointer-events: none;
position: absolute;
// inset not supported in safari <14, fix:
top: 0;
right: 0;
bottom: 0;
left: 0;
inset: 0;
}
}
Expand Down

0 comments on commit 4dcbceb

Please sign in to comment.