Browse Source

Fix typo

Restores the sidebar transition when switching from and to small screen/"sticky" sidebar.
main
Florian Kissling 7 years ago
parent
commit
3a238c8d09
  1. 2
      src/components/StickyResponsiveSidebar/StickyResponsiveSidebar.js

2
src/components/StickyResponsiveSidebar/StickyResponsiveSidebar.js

@ -123,7 +123,7 @@ class StickyResponsiveSidebar extends Component {
},
[media.greaterThan('small')]: {
tranform: 'none !important',
transform: 'none !important',
},
}}>
<Sidebar closeParentMenu={this._closeNavMenu} {...this.props} />

Loading…
Cancel
Save