screen scrollbar and screen panel height
This commit is contained in:
parent
6f4d92c3af
commit
d4f6359820
|
@ -130,7 +130,7 @@
|
|||
height: calc(100vh - 58px);
|
||||
}
|
||||
.screens {
|
||||
height: 196px;
|
||||
height: 212px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
transition: height 300ms;
|
||||
|
@ -185,7 +185,7 @@
|
|||
}
|
||||
|
||||
.content {
|
||||
overflow-y: scroll;
|
||||
overflow: auto;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue