This commit is contained in:
Bastian Wagner
2026-03-14 09:31:47 +01:00
parent 0d30e01a5f
commit ef4485115d
15 changed files with 157 additions and 48 deletions

View File

@@ -246,4 +246,19 @@ div.ag-row {
display: flex;
justify-content: space-between;
gap: 12px;
}
.loading-overlay {
position: absolute;
height: 100%;
width: 100%;
overflow: hidden;
padding: 0;
margin: 0;
box-sizing: border-box;
z-index: 2;
background: rgba(255, 255, 255, 0.5);
display: flex;
align-items: center;
justify-content: center;
}