Update z-index values in DialogWidget and OverviewView components to improve layout stacking context and ensure proper element visibility.

This commit is contained in:
Torsten Schulz (local)
2026-02-05 10:46:16 +01:00
parent aecd9a8245
commit 2958d38c63
2 changed files with 4 additions and 2 deletions

View File

@@ -404,6 +404,8 @@ export default {
justify-content: center;
align-items: center;
gap: 20px;
position: relative;
z-index: 0;
}
.avatar {