fix for not visible CLI tab link when log is closed

pull/91/head
U-PAWEL-X220\pawel 8 years ago
parent ead552d694
commit c569913baa

@ -553,15 +553,13 @@ input[type="number"]::-webkit-inner-spin-button {
border-right: 4px solid #37a8db;
background-color: #2e2e2e;
transition: all 0.2s;
overflow-x: hidden;
overflow-y: auto;
}
.tab_container.logopen {
height: calc(100% - 235px);
overflow-x: hidden;
overflow-y: auto;
transition: all 0.5s;
}
#tabs {

Loading…
Cancel
Save