diff --git a/web/vue-app/src/components/LoginButton.vue b/web/vue-app/src/components/LoginButton.vue index cc43fc7..6becc66 100644 --- a/web/vue-app/src/components/LoginButton.vue +++ b/web/vue-app/src/components/LoginButton.vue @@ -87,12 +87,15 @@ onUnmounted(() => { /* modal */ .modal-backdrop { position: fixed; - inset: 0; - background: rgba(0, 0, 0, 0.45); + top: 0; + left: 0; + width: 100vw; + height: 100vh; + background: rgba(0, 0, 0, 0.4); display: flex; align-items: center; justify-content: center; - z-index: 1200; + z-index: 1000; } .modal {