diff options
Diffstat (limited to 'application/components/modal.vue')
-rw-r--r-- | application/components/modal.vue | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/application/components/modal.vue b/application/components/modal.vue index 2eb5bf3..96c106e 100644 --- a/application/components/modal.vue +++ b/application/components/modal.vue @@ -16,9 +16,11 @@ export default { <style scoped> .wrapper { position: absolute; + top: 0; + left: 0; width: 100vw; height: 100vh; - background-color: rgba(0, 0, 0, 0.75); + background-color: rgba(0, 0, 0, 0.25); z-index: 100; display: flex; justify-content: center; |