Skip to content

Commit cfd8fd4

Browse files
committedNov 5, 2016
overflow fix.
1 parent afc04ac commit cfd8fd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎css/jquery-confirm.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
transform: rotate(360deg);
2828
}
2929
}
30-
body[class~="jconfirm-no-scroll-"] {
30+
body[class*=jconfirm-no-scroll-] {
3131
overflow: hidden !important;
3232
}
3333
.jconfirm {

‎css/jquery-confirm.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
}
1919

20-
body[class~="jconfirm-no-scroll-"] {
20+
body[class*=jconfirm-no-scroll-] {
2121
overflow: hidden !important;
2222
}
2323

0 commit comments

Comments
 (0)