Add CSS element for tables with scrollbars
authorSasha Sherstnev <a.sherstnev@dundee.ac.uk>
Thu, 9 Jan 2014 15:43:45 +0000 (15:43 +0000)
committerSasha Sherstnev <a.sherstnev@dundee.ac.uk>
Thu, 9 Jan 2014 15:43:45 +0000 (15:43 +0000)
webapp/resources/css/proteocache.css

index 71581ad..59393ad 100755 (executable)
@@ -27,3 +27,8 @@ img.displayed {
        /*width: 600px;*/
        height: 120px;
 }
+
+.grid-wrapper-div {
+       overflow: scroll;
+       height: 500px;
+}
\ No newline at end of file