Div widget overlapping after layout overhaul in 1.1.0
See original GitHub issueAfter new layout overhaul in bokeh version 1.1.0 Div
widgets are not responding in the layout as expected.
Before version 1.1.0 - the layout looked like this:
Now the same layout looks like this:
If you force a different sizing mode other than fixed (e.g. ‘stretch_both’) then you at least avoid the overlapping, but the sizing still seems off. No matter what I put in the height and width when it’s fixed, it doesn’t seem to change size.
I’m on windows, using a Chrome browser.
Similar code snippet to what I’m using in my app:
div_header = Div(text="""
<h4><i>Stochastic Simulation Inputs</i></h4>""",
style={
'background-color': '#c8cfd6',
'outline': 'black solid thin',
'text-align': 'center'
}, height=15, width=610,
sizing_mode='stretch_both')
sim_duration = TextInput(title="Stochastic Simulation Length (hrs):", value="504", name='SimDuration')
layout = column(div_header, sim_duration)
show(layout)
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Designer Overlapping Issue - python - Stack Overflow
Move every widget from that nested layout to the main one of the scroll area and delete that layout;; form layouts are normally...
Read more >Overlap a div on top of another element - HTML & CSS
I have Im trying to place the vertical menu so that the other element (which is a SVG) is not pushed down and...
Read more >Widget overlap - WordPress.org
Hi I'm experiencing overlap issues with the fixed widget. ... It seems there is a conflict of sidebars div “margin-top” and plugins settings...
Read more >Overlapping Content Widgets in Elementor - Can I Recreate It?!
Can I recreate this section with overlapping elements on Jenna Kutcher's website using the Elementor Page Builder?
Read more >4 easy methods to overlap the content in Elementor (no PRO ...
Have you ever tried to overlap image and text in Elementor? Did you do it the right way? In this tutorial, you can...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
No, it still needs fixes, but it isn’t too far off.
Are you saying it can/should be closed, then?