Browse Source

[FIX]ajuste de grafico

deisy 6 years ago
parent
commit
402fd84bae
1 changed files with 5 additions and 0 deletions
  1. 5 0
      static/src/css/custom.css

+ 5 - 0
static/src/css/custom.css

@@ -0,0 +1,5 @@
+.openerp.openerp_webclient_container {
+    height: 100% !important;
+    height: calc(100% - 45px) !important;
+    overflow: auto !important;
+  }