aboutsummaryrefslogtreecommitdiff
path: root/src/components/modal
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-04-08 10:17:23 +0300
committerHenry Jameson <me@hjkos.com>2022-04-08 10:17:23 +0300
commit6109fab14e4dac3a85ffa51ddfcd7e3aaef5149a (patch)
treee31a9539981075cfe9913f64d902ef43db23edda /src/components/modal
parentc71cf72eea0fe8cd8d5af2cd9b5922cce5884cab (diff)
cleanup, fix some things, try to disable scrollbars on mobile
Diffstat (limited to 'src/components/modal')
-rw-r--r--src/components/modal/modal.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/modal/modal.vue b/src/components/modal/modal.vue
index 2b58913f..9394efff 100644
--- a/src/components/modal/modal.vue
+++ b/src/components/modal/modal.vue
@@ -35,7 +35,7 @@ export default {
<style lang="scss">
.modal-view {
- z-index: 1000;
+ z-index: 2000;
position: fixed;
top: 0;
left: 0;