diff --git a/frontend/src/components/DialogWidget.vue b/frontend/src/components/DialogWidget.vue index a243cd6..c3b70ec 100644 --- a/frontend/src/components/DialogWidget.vue +++ b/frontend/src/components/DialogWidget.vue @@ -185,7 +185,7 @@ export default { display: flex; align-items: center; justify-content: center; - z-index: 100; + z-index: 1000; background: rgba(0, 0, 0, 0.5); } @@ -272,6 +272,6 @@ dialog-footer { } .is-active { - z-index: 990; + z-index: 1100; } diff --git a/frontend/src/views/falukant/OverviewView.vue b/frontend/src/views/falukant/OverviewView.vue index b35a0e4..d144bfe 100644 --- a/frontend/src/views/falukant/OverviewView.vue +++ b/frontend/src/views/falukant/OverviewView.vue @@ -404,6 +404,8 @@ export default { justify-content: center; align-items: center; gap: 20px; + position: relative; + z-index: 0; } .avatar {