From: Sasha Sherstnev Date: Thu, 9 Jan 2014 15:43:45 +0000 (+0000) Subject: Add CSS element for tables with scrollbars X-Git-Url: http://source.jalview.org/gitweb/?p=proteocache.git;a=commitdiff_plain;h=81934963291f59dd0161b906d0a2f43f1ea71931 Add CSS element for tables with scrollbars --- diff --git a/webapp/resources/css/proteocache.css b/webapp/resources/css/proteocache.css index 71581ad..59393ad 100755 --- a/webapp/resources/css/proteocache.css +++ b/webapp/resources/css/proteocache.css @@ -27,3 +27,8 @@ img.displayed { /*width: 600px;*/ height: 120px; } + +.grid-wrapper-div { + overflow: scroll; + height: 500px; +} \ No newline at end of file