Update z-index values in DialogWidget and StatusBar components, and remove negative z-index in OverviewView component for improved layout and stacking context.

This commit is contained in:
Torsten Schulz (local)
2026-02-05 08:41:15 +01:00
parent 4f3439e835
commit aecd9a8245
3 changed files with 2 additions and 3 deletions

View File

@@ -185,7 +185,7 @@ export default {
display: flex;
align-items: center;
justify-content: center;
z-index: 1000;
z-index: 100;
background: rgba(0, 0, 0, 0.5);
}