You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

22 lines
543 B

/*
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;
}