icirellik / glowforge-material-manager

A simple chrome extension to allow saving custom materials.
MIT License
17 stars 7 forks source link

OSX Chrome No Scrollbar #20

Open icirellik opened 6 years ago

icirellik commented 6 years ago

Scrollbars in the plugin do not display in all cases on High Sierra, there are several opens bugs surrounding this issue. The solution may be as simple as adding:

.App-grid { overflow: scroll; height: 500px; }

to the style sheet.