We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb7386e commit 88b1cfdCopy full SHA for 88b1cfd
src/components/toast/_toaster.scss
@@ -46,6 +46,7 @@
46
.b-toaster-slot {
47
position: absolute;
48
max-width: $toast-max-width;
49
+ width: 100%; /* IE11 fix */
50
left: 0;
51
right: 0;
52
padding: 0;
0 commit comments