From 81934963291f59dd0161b906d0a2f43f1ea71931 Mon Sep 17 00:00:00 2001 From: Sasha Sherstnev Date: Thu, 9 Jan 2014 15:43:45 +0000 Subject: [PATCH] Add CSS element for tables with scrollbars --- webapp/resources/css/proteocache.css | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 1.7.10.2