Skip to content

Commit d642f05

Browse files
committed
compute: add scroll for VM summary card
Fixes #263 Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 parent 26d4fdd commit d642f05

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ui/src/views/compute/DeployVM.vue

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1202,6 +1202,13 @@ export default {
12021202
}
12031203
12041204
.vm-info-card {
1205+
.ant-card-body {
1206+
min-height: 250px;
1207+
max-height: calc(100vh - 150px);
1208+
overflow-y: auto;
1209+
scroll-behavior: smooth;
1210+
}
1211+
12051212
.resource-detail-item__label {
12061213
font-weight: normal;
12071214
}

0 commit comments

Comments
 (0)