From ff547e88b4bcf2503b860404608817b0504c7332 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 25 Apr 2014 19:34:42 +0200 Subject: [PATCH] max image height isn't allowed to exceed scrollbox height limit --- www/css/desktop.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/css/desktop.css b/www/css/desktop.css index b698f14f..8492501e 100644 --- a/www/css/desktop.css +++ b/www/css/desktop.css @@ -114,7 +114,7 @@ aside{display:none} #qtextbox{font-size:.875em;border-radius:5px;background:#fff;border:15px solid #fff;max-height:200px;overflow:hidden} .qtext{padding-right:15px} -.qtext img,.grpqimg{float:right;margin-left:15px;max-width:30%;border-radius:3px} +.qtext img,.grpqimg{float:right;margin-left:15px;max-width:30%;max-height:200px;border-radius:3px} #imagelightbox{cursor:pointer;position:fixed;z-index:10000;-ms-touch-action:none;touch-action:none;-webkit-box-shadow:0 0 3.125em rgba( 0, 0, 0, .75 ); -moz-box-shadow:0 0 3.125em rgba( 0, 0, 0, .75 );box-shadow:0 0 3.125em rgba( 0, 0, 0, .75 )}