[FIX] Display bug web_widget_bokeh_chart

This commit is contained in:
Adrià Gil Sorribes
2019-02-14 12:00:11 +01:00
committed by Adrià Gil Sorribes
parent 0034cece29
commit 123b45ca34
2 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
.bk-root {
/* Overriding this styling option Odoo menu is now displayed on top of bokeh graphs */
position: sticky;
}