kh90909 / OakTerm

Serial terminal for the Digistump Oak over the Particle Cloud
8 stars 2 forks source link

Fix sidebar issues #73

Closed kh90909 closed 8 years ago

kh90909 commented 8 years ago

Removed sidebar hover js that was breaking sidebar select dropdowns in Firefox. Resolves #66 .

Added "left: 0" to the css for fixed-sidebar, which keeps its scrollbar onscreen when it has 100% width (previously, the sidebar was indented slightly which pushed its scrollbar off screen). Also switched overflow to hidden on the html element in this situation via a sidebar-open class, otherwise the main content scrollbar is shown too. Resolves #72.

Changed the way the height of the fixed sidebar is defined so that it spans only from the bottom of the header to the top of the footer. Previously, the sidebar scrollbar would extend underneath the header and footer to the edges of the window.