diff --git a/web_widget_bokeh_chart/static/src/css/custom-bokeh.css b/web_widget_bokeh_chart/static/src/css/custom-bokeh.css new file mode 100644 index 000000000..bd42d8d7c --- /dev/null +++ b/web_widget_bokeh_chart/static/src/css/custom-bokeh.css @@ -0,0 +1,4 @@ +.bk-root { + /* Overriding this styling option Odoo menu is now displayed on top of bokeh graphs */ + position: sticky; +} \ No newline at end of file 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 1c867c527..b99a615f3 100644 --- a/web_widget_bokeh_chart/views/web_widget_bokeh_chart.xml +++ b/web_widget_bokeh_chart/views/web_widget_bokeh_chart.xml @@ -6,6 +6,7 @@ +