Update CSS styles in OverviewView component: Added relative positioning and z-index to enhance layout control and ensure proper stacking of elements.

This commit is contained in:
Torsten Schulz (local)
2026-02-05 08:19:29 +01:00
parent 8d23453371
commit a5bec5baf7

View File

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