Bug fix for loader not at top of screen

This commit is contained in:
Chris
2025-02-21 12:41:07 +00:00
parent 2c529ae117
commit 2a85b19e69

View File

@@ -3,6 +3,9 @@
.loading-overlay {
display: table;
opacity: 0.7;
position: fixed !important;
top: 0px !important;
left: 0px !important;
}
.loading-overlay-content {