aboutsummaryrefslogtreecommitdiff
path: root/src/components/dialog_modal/dialog_modal.vue
diff options
context:
space:
mode:
authortaehoon <th.dev91@gmail.com>2019-05-20 16:21:53 -0400
committertaehoon <th.dev91@gmail.com>2019-06-06 13:37:27 -0400
commit9c8af14908aca2ff278f16c9e71088570f2eb562 (patch)
treee8441169df6c73415d99e65f3b94583bda31d0c4 /src/components/dialog_modal/dialog_modal.vue
parent5740123ee68fe59891b87bcaad297dc929346545 (diff)
render modal at the root level using portal
Diffstat (limited to 'src/components/dialog_modal/dialog_modal.vue')
-rw-r--r--src/components/dialog_modal/dialog_modal.vue2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/dialog_modal/dialog_modal.vue b/src/components/dialog_modal/dialog_modal.vue
index 7621fb20..3da543de 100644
--- a/src/components/dialog_modal/dialog_modal.vue
+++ b/src/components/dialog_modal/dialog_modal.vue
@@ -62,6 +62,7 @@
.title {
margin-bottom: 0;
+ text-align: center;
}
}
@@ -80,6 +81,7 @@
background-color: var(--lightBg, $fallback--lightBg);
border-top: 1px solid $fallback--bg;
border-top: 1px solid var(--bg, $fallback--bg);
+ display: flex;
justify-content: flex-end;
button {