Skip to content

Commit 8a58f98

Browse files
committed
https://github.com/McNull/angular-block-ui/issues/51
1 parent 3fd0b29 commit 8a58f98

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/angular-block-ui/angular-block-ui.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
position: relative;
44
}
55

6+
body.block-ui {
7+
/* IE8 doesn't support .block-ui:not(body) */
8+
position: static;
9+
}
10+
611
body.block-ui > .block-ui-container, .block-ui-main > .block-ui-container {
712
position: fixed;
813
}

0 commit comments

Comments
 (0)