summaryrefslogtreecommitdiff
path: root/assets/css
diff options
context:
space:
mode:
authorcluxter <contact@cluxter.org>2014-12-19 11:40:03 +0100
committercluxter <contact@cluxter.org>2014-12-19 11:40:03 +0100
commit43a0f3c94750efb9d57ee7826128274484aedf0a (patch)
tree4766599f23778546abb08be527658dece22c509f /assets/css
parentf237cdc8594dd6d80a280edf6f0b92352498ad4a (diff)
Update popover.css
Allows scrolling of popup to be able to see the whole popup on small screens, particularly on tablets and smartphones.
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/popover.css2
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%;
}