summaryrefslogtreecommitdiff
path: root/assets/sass
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2017-01-08 22:09:06 -0500
committerFrederic Guillot <fred@kanboard.net>2017-01-08 22:09:06 -0500
commite766397be06de75e16833705b4942b3306d364f3 (patch)
treeb484dde4c1107fb777cc7c7b7057f68df94d2895 /assets/sass
parentf18707c69a0fe1ca6220868777761b951d5d4e5e (diff)
Increase modal box max-height
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%)