Skip to content

Commit

Permalink
fix: 🐛 add ie banner style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Spielmann committed Nov 13, 2020
1 parent 9d85bfc commit 9575942
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/resources/styles/_ieBanner.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
.ieBanner[styles] {
.ie & {
display: block !important;
}
_:-ms-fullscreen,
:root .ieBanner[styles] {
display: block !important;
}

.ieBanner {
display: none;
background: $tertiary;
color: $white;
Expand Down

0 comments on commit 9575942

Please sign in to comment.