From 3f343c489324aa955494057c5dd434a35c3eea10 Mon Sep 17 00:00:00 2001 From: Alba Riera Date: Tue, 14 Sep 2021 15:25:31 +0200 Subject: [PATCH] [FIX] web_widget_bokeh_chart: remove custom-bokeh.scss --- .../static/src/scss/custom-bokeh.scss | 19 ------------------- .../views/web_widget_bokeh_chart.xml | 5 ----- 2 files changed, 24 deletions(-) delete mode 100644 web_widget_bokeh_chart/static/src/scss/custom-bokeh.scss diff --git a/web_widget_bokeh_chart/static/src/scss/custom-bokeh.scss b/web_widget_bokeh_chart/static/src/scss/custom-bokeh.scss deleted file mode 100644 index 57c3d76a0..000000000 --- a/web_widget_bokeh_chart/static/src/scss/custom-bokeh.scss +++ /dev/null @@ -1,19 +0,0 @@ -/* - The following !important sentences are needed to override inline styles hardcoded by the bokeh library. - This way the graphs are always displayed inside their defined container in the Qweb views. -*/ -.bk-root { - /* Overriding this styling option Odoo menu is now displayed on top of bokeh graphs */ - z-index: 0; - height: inherit !important; -} -.bk-root > .bk { - height: inherit !important; -} -.bk-root > .bk > .bk { - height: inherit !important; -} -.bk-root > .bk > .bk > .bk-canvas { - height: inherit !important; - position: inherit !important; -} diff --git a/web_widget_bokeh_chart/views/web_widget_bokeh_chart.xml b/web_widget_bokeh_chart/views/web_widget_bokeh_chart.xml index 09299d2a4..f2a4582c8 100644 --- a/web_widget_bokeh_chart/views/web_widget_bokeh_chart.xml +++ b/web_widget_bokeh_chart/views/web_widget_bokeh_chart.xml @@ -16,11 +16,6 @@ type="text/css" href="/web_widget_bokeh_chart/static/src/lib/bokeh/bokeh-widgets-1.1.0.css" /> -