@bokeh/bokehjs
Version:
Interactive, novel data visualization
4 lines (3 loc) • 456 B
JavaScript
export const layer = "bk-layer"
export const events = "bk-events"
export default `.bk-layer{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;}.bk-events{display:grid;grid-template-areas:". above . " "left center right" ". below . ";touch-action:none;overflow:visible;cursor:default;}.bk-events:focus,.bk-events:focus-visible{outline:var(--outline-width) var(--outline-style) var(--highlight-color);outline-offset:-1px;}`