From 43a0f3c94750efb9d57ee7826128274484aedf0a Mon Sep 17 00:00:00 2001 From: cluxter Date: Fri, 19 Dec 2014 11:40:03 +0100 Subject: Update popover.css Allows scrolling of popup to be able to see the whole popup on small screens, particularly on tablets and smartphones. --- assets/css/popover.css | 2 ++ 1 file changed, 2 insertions(+) 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%; } -- cgit v1.2.3