Bug fix for loader not at top of screen
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
.loading-overlay {
|
||||
display: table;
|
||||
opacity: 0.7;
|
||||
position: fixed !important;
|
||||
top: 0px !important;
|
||||
left: 0px !important;
|
||||
}
|
||||
|
||||
.loading-overlay-content {
|
||||
|
||||
Reference in New Issue
Block a user