summaryrefslogtreecommitdiff
path: root/assets/sass
diff options
context:
space:
mode:
Diffstat (limited to 'assets/sass')
-rw-r--r--assets/sass/_modal.sass2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/sass/_modal.sass b/assets/sass/_modal.sass
index 7ade3be5..68b0329b 100644
--- a/assets/sass/_modal.sass
+++ b/assets/sass/_modal.sass
@@ -13,7 +13,7 @@
#modal-box
position: fixed
- max-height: calc(100% - 50px)
+ max-height: calc(100% - 30px)
top: 2%
left: 50%
transform: translateX(-50%)