mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
compute: add scroll for VM summary card
Fixes #263 Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
26d4fddc23
commit
d642f0509d
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user