mirror of https://github.com/OCA/web.git
[FIX] Display bug web_widget_bokeh_chart
parent
56ebe8d2e6
commit
19d14e28f1
|
@ -0,0 +1,4 @@
|
|||
.bk-root {
|
||||
/* Overriding this styling option Odoo menu is now displayed on top of bokeh graphs */
|
||||
position: sticky;
|
||||
}
|
|
@ -6,6 +6,7 @@
|
|||
<xpath expr="." position="inside">
|
||||
<link rel="stylesheet" href="/web_widget_bokeh_chart/static/src/lib/bokeh/bokeh-0.12.7.css"/>
|
||||
<link rel="stylesheet" href="/web_widget_bokeh_chart/static/src/lib/bokeh/bokeh-widgets-0.12.7.css"/>
|
||||
<link rel="stylesheet" href="/web_widget_bokeh_chart/static/src/css/custom-bokeh.css"/>
|
||||
<script type="text/javascript" src="/web_widget_bokeh_chart/static/src/lib/bokeh/bokeh-0.12.7.js"/>
|
||||
<script type="text/javascript" src="/web_widget_bokeh_chart/static/src/lib/bokeh/bokeh-widgets-0.12.7.js"/>
|
||||
<script type="text/javascript" src="/web_widget_bokeh_chart/static/src/js/web_widget_bokeh_chart.js"/>
|
||||
|
|
Loading…
Reference in New Issue