You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2020/06/14 00:49:22 UTC

[cloudstack-primate] branch master updated: compute: add scroll for VM summary card

This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-primate.git


The following commit(s) were added to refs/heads/master by this push:
     new 30e21ae  compute: add scroll for VM summary card
30e21ae is described below

commit 30e21ae4547ab820f9eded9b550bd6590fbaf25a
Author: Rohit Yadav <ro...@shapeblue.com>
AuthorDate: Sun Jun 14 06:16:13 2020 +0530

    compute: add scroll for VM summary card
    
    Fixes #263
    
    Signed-off-by: Rohit Yadav <ro...@shapeblue.com>
---
 src/views/compute/DeployVM.vue | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/views/compute/DeployVM.vue b/src/views/compute/DeployVM.vue
index 6aa690c..088cddc 100644
--- a/src/views/compute/DeployVM.vue
+++ b/src/views/compute/DeployVM.vue
@@ -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;
     }