We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7dc94fd + 336d796 commit 82c8869Copy full SHA for 82c8869
1 file changed
src/sweetalert.css
@@ -87,3 +87,29 @@
87
transform: scale(1);
88
}
89
90
+
91
+/*
92
+Target IE8-IE10 due to incompability with the css `pointer-event` property.
93
+@see https://github.com/t4t5/sweetalert/issues/863
94
+*/
95
+@media screen\0 {
96
+ .swal-overlay {
97
+ visibility: hidden;
98
+ }
99
100
+ .swal-overlay--show-modal {
101
+ visibility: visible;
102
103
104
+ .swal-button__loader {
105
106
107
108
+ .swal-overlay--show-modal .swal-modal {
109
110
111
112
+ .swal-modal {
113
114
115
+}
0 commit comments