Feature-5950: Management of quotas in VIM Account
[osm/NG-UI.git] / src / assets / scss / app.scss
index 8dd8399..1f7ce6c 100644 (file)
@@ -37,7 +37,8 @@ body,
 .layout-wrapper,
 .CodeMirror-vscrollbar,
 .ng-sidebar,
-.runninginstances .popover-body {
+.runninginstances .popover-body,
+.resources-chart-popover .popover-body {
   &::-webkit-scrollbar {
     @include wh-value(10px, null);
   }
@@ -263,6 +264,14 @@ body {
       overflow-y: scroll;
     }
   }
+  .resources-chart-popover{
+    max-width: 60% !important;
+    @include font-family("Roboto");
+    .popover-body{
+      max-height: 60vh;
+      overflow-y: scroll;
+    }
+  }
   /****************************************************************************/
   /************************** Smart table custom design ***********************/
   /****************************************************************************/