mirror of https://github.com/apache/cloudstack.git
Browser panel: Lower height to prevent bottom being cut off
This commit is contained in:
parent
10fca3c491
commit
2edd97ec81
|
|
@ -30,7 +30,7 @@
|
|||
.panel {
|
||||
background: white;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
height: 90%;
|
||||
overflow: auto;
|
||||
padding: 20px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5217,7 +5217,7 @@ ul.ui-tabs-nav {
|
|||
#browser .container .panel {
|
||||
background: white;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
height: 90%;
|
||||
overflow: auto;
|
||||
padding: 20px; }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue