1
0
Fork 0
mirror of synced 2024-07-14 18:55:45 +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);
}
.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;
}