Add scrollbar classes in case any packages or themes target them

This commit is contained in:
Nathan Sobo
2017-04-21 12:41:45 -06:00
committed by Antonio Scandurra
parent 207cd31054
commit 0996d90be3

View File

@@ -822,6 +822,7 @@ class TextEditorComponent {
dummyScrollbarVnodes.push($.div(
{
ref: 'scrollbarCorner',
className: 'scrollbar-corner',
style: {
position: 'absolute',
height: '20px',
@@ -2652,6 +2653,7 @@ class DummyScrollbarComponent {
return $.div(
{
className: `${this.props.orientation}-scrollbar`,
style: outerStyle,
on: {
scroll: this.props.didScroll,