Skip to content

Commit 88b1cfd

Browse files
tmorehousejacobmllr95
authored andcommitted
fix(b-toaster): CSS fix for IE11 support (fixes #3327) (#3328)
Adds in css `width: 100%` for IE11 positioning.
1 parent fb7386e commit 88b1cfd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/toast/_toaster.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
.b-toaster-slot {
4747
position: absolute;
4848
max-width: $toast-max-width;
49+
width: 100%; /* IE11 fix */
4950
left: 0;
5051
right: 0;
5152
padding: 0;

0 commit comments

Comments
 (0)