joshmarinacci / ElectronIDE

New web based Arduino IDE
BSD 3-Clause "New" or "Revised" License
246 stars 50 forks source link

no more inline css and scrolling menus for smaller screens #4

Closed Hippyjake closed 10 years ago

Hippyjake commented 10 years ago

The only thing new is some CSS for the drop-down menus so they scroll .dropdown-menu { max-height: 400px; overflow: hidden; overflow-y: auto; }