File tree 5 files changed +13
-4
lines changed
5 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 3
3
position : absolute;
4
4
opacity : 0.8 ;
5
5
background-color : black;
6
- z-index : 5000 ;
6
+ z-index : 2147483647 ;
7
7
}
8
8
9
9
# deconNotifier
Original file line number Diff line number Diff line change 21
21
border-left : 1px solid grey;
22
22
}
23
23
24
+ # loading-screen {
25
+ width : 100% ;
26
+ height : 100% ;
27
+ background-color : white;
28
+ position : absolute;
29
+ z-index : 5000 ;
30
+ top : 0 ;
31
+ left : 0 ;
32
+ overflow : hidden;
33
+ }
34
+
24
35
# page-content-wrapper {
25
36
float : left;
26
37
width : 100% ;
@@ -77,7 +88,6 @@ div.bottomSticky {
77
88
width : 180px ;
78
89
position : fixed;
79
90
overflow-y : auto;
80
- transition : all 0.4s ease 0s ;
81
91
display : table-row;
82
92
padding : 3px ;
83
93
bottom : 0px ;
Original file line number Diff line number Diff line change 16
16
17
17
< span ng-controller ="DataLoadingController ">
18
18
< div id ="loading-screen "
19
- ng-if ="visDataService.dataLoading.val "
20
- style ="width:100%; height:100%; background-color: white; position:absolute; z-index: 5000; top:0; left:0; overflow:hidden; ">
19
+ ng-if ="visDataService.dataLoading.val ">
21
20
< div style ="left: 50%; top: 50%; font-size: 30pt; " > Loading...</ div >
22
21
</ div >
23
22
</ span >
You can’t perform that action at this time.
0 commit comments