compute: add scroll for VM summary card

Fixes #263

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
Rohit Yadav 2020-06-14 06:16:13 +05:30
parent 26d4fddc23
commit d642f0509d

View File

@ -1202,6 +1202,13 @@ export default {
}
.vm-info-card {
.ant-card-body {
min-height: 250px;
max-height: calc(100vh - 150px);
overflow-y: auto;
scroll-behavior: smooth;
}
.resource-detail-item__label {
font-weight: normal;
}