1
0
Fork 0
mirror of synced 2024-08-15 10:01:34 +12:00

screen scrollbar and screen panel height

This commit is contained in:
Gerard Burns 2023-08-20 15:13:27 +01:00
parent 6f4d92c3af
commit d4f6359820

View file

@ -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;
} }