aboutsummaryrefslogtreecommitdiff
path: root/src/components/modal/modal.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/modal/modal.vue')
-rw-r--r--src/components/modal/modal.vue2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/modal/modal.vue b/src/components/modal/modal.vue
index d47951c8..8edfbd45 100644
--- a/src/components/modal/modal.vue
+++ b/src/components/modal/modal.vue
@@ -19,7 +19,6 @@ export default {
</script>
<style lang="scss">
-
.modal-view {
z-index: 1000;
position: fixed;
@@ -39,5 +38,4 @@ export default {
display: none;
}
}
-
</style>