oleeskild / digitalgarden

261 stars 147 forks source link

Fix sidebar overlap scrollbar #246

Closed davidkopp closed 2 months ago

davidkopp commented 6 months ago

The sidebar was overlapping the scrollbar of my browser (tested with Firefox and Brave). Therefore the scrollbar was not useable if there was a element in the sidebar.

This PR fixes it by moving the sidebar to the left by 17px (that's a typical size of the modern browsers).

davidkopp commented 6 months ago

This PR should fix #162

oleeskild commented 2 months ago

Nice! Thank you!