File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments