eclipse-theia / theia

Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript.
http://theia-ide.org
Eclipse Public License 2.0
19.91k stars 2.49k forks source link

replace perfect-scrollbar with native scrollbar styling #6509

Open akosyakov opened 4 years ago

akosyakov commented 4 years ago

We are using perfect-scrollbar to get the same styling across browsers, since FireFox did not support styling of scrollbars before. It does not work nicely for iframes and especially for webviews, see https://github.com/eclipse-theia/theia/issues/5040#issuecomment-551088113

According to https://stackoverflow.com/questions/6165472/custom-css-scrollbar-for-firefox/6165489#6165489, since late 2018 it is possible to style scrollbars in FireFox as well, so it should be possible to get rid of perfect-scollbar and use css instead. It will work for iframes and webviews as well.

azatsarynnyy commented 4 years ago

closed by https://github.com/eclipse-theia/theia/pull/6624

akosyakov commented 4 years ago

This PR was not merged )

azatsarynnyy commented 4 years ago

sorry, overlooked it )