Skip to content

Commit 9b7d1f1

Browse files
committed
Updating build info in toastr.js, and rebuilding.
1 parent 9b8fe0b commit 9b7d1f1

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

build/toastr.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ button.toast-close-button {
8585
#toast-container {
8686
position: fixed;
8787
z-index: 999999;
88+
pointer-events: none;
8889
/*overrides*/
8990
}
9091
#toast-container * {
@@ -94,6 +95,7 @@ button.toast-close-button {
9495
}
9596
#toast-container > div {
9697
position: relative;
98+
pointer-events: auto;
9799
overflow: hidden;
98100
margin: 0 0 6px;
99101
padding: 15px 15px 15px 50px;
@@ -135,12 +137,14 @@ button.toast-close-button {
135137
#toast-container.toast-top-center > div,
136138
#toast-container.toast-bottom-center > div {
137139
width: 300px;
138-
margin: auto;
140+
margin-left: auto;
141+
margin-right: auto;
139142
}
140143
#toast-container.toast-top-full-width > div,
141144
#toast-container.toast-bottom-full-width > div {
142145
width: 96%;
143-
margin: auto;
146+
margin-left: auto;
147+
margin-right: auto;
144148
}
145149
.toast {
146150
background-color: #030303;

0 commit comments

Comments
 (0)