Table Information no vertical scroll bar

Fix https://github.com/sosedoff/pgweb/issues/140
This commit is contained in:
Tyler Long 2016-02-25 11:04:53 +08:00
parent 5ecb66a4ef
commit bab4f304c3

View File

@ -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;*/