Skip to content

Commit 22f7857

Browse files
committed
Sidebar
1 parent 41746a8 commit 22f7857

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/site/js/Sidebar.react.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default class Sidebar extends React.Component {
2121
return (
2222
<aside className={toggleClasses}>
2323
<div
24-
className="position-absolute width-20 breakPointM-display-none cursor-pointer"
24+
className="antiscroll-wrap position-absolute width-20 breakPointM-display-none cursor-pointer"
2525
style={{ height: '77px', right: '-20%' }}
2626
onClick={this.click}>
2727
<div
@@ -38,7 +38,7 @@ export default class Sidebar extends React.Component {
3838
</div>
3939
</div>
4040

41-
<div className="overflow-auto">
41+
<div className="antiscroll-inner height-100 overflow-auto">
4242
<div className="borderBottomWidth-1 borderColor-smoke borderStyle-solid borderWidth-0 display-none paddingTopBottom-l textAlign-center breakPointM-display-block">
4343
<SidebarLogo styleguideText="true" />
4444
</div>

0 commit comments

Comments
 (0)