Brought back min/max height for feature terminals

This commit is contained in:
Thomas Smith 2023-02-08 12:11:48 -05:00
parent 35a007bd55
commit 2378a42b42

View file

@ -631,6 +631,8 @@ EOF
}
.terminal-content{
overflow-y: auto;
min-height:400px;
max-height: 400px;
}
.speed-terminal{
width: 100%;