Fix scrollbars, were not working on osx

This commit is contained in:
Flavio Copes
2016-03-11 18:43:04 +01:00
parent 645b4c0f63
commit c8efaeead6

View File

@@ -4,7 +4,7 @@ import GeminiScrollbar from 'gemini-scrollbar';
const defaults = {
autoshow: false,
createElements: true,
forceGemini: false
forceGemini: true
};
export default class Scrollbar {