From bab4f304c3dd178dd30eee4c36ebf2b467a1ad33 Mon Sep 17 00:00:00 2001 From: Tyler Long Date: Thu, 25 Feb 2016 11:04:53 +0800 Subject: [PATCH] Table Information no vertical scroll bar Fix https://github.com/sosedoff/pgweb/issues/140 --- static/css/app.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/app.css b/static/css/app.css index 593f523..5d45446 100644 --- a/static/css/app.css +++ b/static/css/app.css @@ -100,7 +100,7 @@ right: 0; top: 0px; left: 0px; - bottom: 130px; + bottom: 145px; overflow: auto; } @@ -134,7 +134,7 @@ position: fixed; width: 250px; left: 0px; - height: 130px; + height: 145px; bottom: 0px; /*border-top: 1px solid #d4d4d4;*/ /*border-right: 1px solid #d4d4d4;*/