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