File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change
1
+ /*
2
+ Fix sweetalert2 scroll issue
3
+ https://github.com/sweetalert2/sweetalert2/issues/781#issuecomment-475108658
4
+ */
5
+ body .swal2-shown : not (.swal2-no-backdrop ): not (.swal2-toast-shown ),
6
+ html .swal2-shown : not (.swal2-no-backdrop ): not (.swal2-toast-shown ) {
7
+ height : 100% !important ;
8
+ overflow-y : visible !important ;
9
+ }
Original file line number Diff line number Diff line change 6
6
@import "./partials/slim-select.css" ;
7
7
@import "./partials/notyf.css" ;
8
8
@import "./partials/scrollbar.css" ;
9
-
10
- /*
11
- Fix sweetalert2 scroll issue
12
- https://github.com/sweetalert2/sweetalert2/issues/781#issuecomment-475108658
13
- */
14
- body .swal2-shown : not (.swal2-no-backdrop ): not (.swal2-toast-shown ),
15
- html .swal2-shown : not (.swal2-no-backdrop ): not (.swal2-toast-shown ) {
16
- height : 100% !important ;
17
- overflow-y : visible !important ;
18
- }
9
+ @import "./partials/sweetalert2.css" ;
You can’t perform that action at this time.
0 commit comments