diff options
author | cluxter <contact@cluxter.org> | 2014-12-19 11:40:03 +0100 |
---|---|---|
committer | cluxter <contact@cluxter.org> | 2014-12-19 11:40:03 +0100 |
commit | 43a0f3c94750efb9d57ee7826128274484aedf0a (patch) | |
tree | 4766599f23778546abb08be527658dece22c509f | |
parent | f237cdc8594dd6d80a280edf6f0b92352498ad4a (diff) |
Update popover.css
Allows scrolling of popup to be able to see the whole popup on small screens, particularly on tablets and smartphones.
-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%; } |