Files
gpustack-ui/src/pages/playground/style/ground-left.less
T
2024-07-05 18:51:13 +08:00

14 lines
259 B
Plaintext

.ground-left {
display: flex;
justify-content: space-between;
flex-direction: column;
position: relative;
height: calc(100vh - 136px);
.message-list-wrap {
max-height: calc(100vh - 152px);
overflow-y: auto;
padding-right: 32px;
}
}