Hi, when I maximize the browser window, I can move my cursor all the
way to the right of the screen and click the scroll bar to scroll. In
Godbolt this does not work as expected because the mouseclick hits the
border of parent div lm_content.
I propose appending to the stylesheet the following two lines:
.lm_content{border-right:none;} /* fix scroll */
.top-bar.btn-toolbar.bg-light{border-right: 1px solid #ccc;} /* keep looks */
Hope this helps! Cheers
Andy
ps. Godbolt is super cool thanks for your work!