Files
gpustack-ui/src/pages/playground/style/ground-left.less
T
2024-07-02 15:03:38 +08:00

18 lines
292 B
Plaintext

.ground-left {
position: relative;
height: calc(100vh - 84px);
padding-bottom: 120px;
padding-right: 32px;
.message-list-wrap {
max-height: calc(100vh - 152px);
overflow-y: auto;
}
.ground-left-footer {
position: absolute;
bottom: 20px;
width: 100%;
}
}