diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-12-20 13:56:47 -0500 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-12-20 13:56:47 -0500 |
commit | 3226ca1465fe27fcea4872d87f59b85fef0a153e (patch) | |
tree | 56d7dd1d7ca18197c1d943c98db41eb7b7a2c59d | |
parent | 4df091149be04cf676069905ae13c2b79d0bc477 (diff) | |
parent | 43a0f3c94750efb9d57ee7826128274484aedf0a (diff) |
Allows scrolling of popup to be able to see the whole popup on small screens
-rw-r--r-- | assets/css/popover.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/assets/css/popover.css b/assets/css/popover.css index dda8aaac..30ef0943 100644 --- a/assets/css/popover.css +++ b/assets/css/popover.css @@ -17,4 +17,6 @@ top: 5%; padding: 15px; background: #fff; + overflow: scroll; + max-height: 83%; } |