Browser panel: Lower height to prevent bottom being cut off

This commit is contained in:
Brian Federle 2013-10-16 14:41:57 -07:00
parent 10fca3c491
commit 2edd97ec81
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@
.panel {
background: white;
width: 100%;
height: 100%;
height: 90%;
overflow: auto;
padding: 20px;
}

View File

@ -5217,7 +5217,7 @@ ul.ui-tabs-nav {
#browser .container .panel {
background: white;
width: 100%;
height: 100%;
height: 90%;
overflow: auto;
padding: 20px; }