flatironinstitute / stan-playground

Run Stan models in the browser
Apache License 2.0
36 stars 1 forks source link

increase left panel width slightly #183

Closed magland closed 4 months ago

magland commented 4 months ago

The left panel width needs to be increased slightly to prevent the horizontal scroll bar from appearing. (We could disable horizontal scrolling, but I don't think that's the right approach because in the future we may have longer titles of examples)

image

WardBrian commented 4 months ago

I believe this is an artifact of the margins in the CSS. Putting overflow: hidden on .Sidebar does make it go away, though it would need adjusting if we ever wanted longer titles