Skip to content

Commit 43b44c0

Browse files
committed
5e4e9003024ed6d4d06562b6f5b86547f735b98c Fix: IE8 was throwing an error due to .return
DD-2735 https://datatables.net/forums/discussion/77489 5eef6ac27017199c44af891b6744d1aa916c7231 Fix: Processing indicator needs a z-index when scrolling enabled 47d6f7293e7d6e14fda932f00c5bcc4fb6925bcb Merge branch 'master' of github.com:DataTables/DataTablesSrc Sync to source repo @47d6f7293e7d6e14fda932f00c5bcc4fb6925bcb
1 parent 2189b22 commit 43b44c0

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

css/dataTables.bootstrap4.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ div.dataTables_processing {
110110
margin-top: -26px;
111111
text-align: center;
112112
padding: 2px;
113+
z-index: 10;
113114
}
114115
div.dataTables_processing > div:last-child {
115116
position: relative;

0 commit comments

Comments
 (0)