mirror of
https://github.com/atom/atom.git
synced 2026-02-17 18:11:29 -05:00
Add scrollbar classes in case any packages or themes target them
This commit is contained in:
committed by
Antonio Scandurra
parent
207cd31054
commit
0996d90be3
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user