diff --git a/src/App.js b/src/App.js index 30783a9..dcb9fcd 100644 --- a/src/App.js +++ b/src/App.js @@ -105,7 +105,6 @@ class App extends Component { { this.setState({ sidebar_title: null, - sidebar_content: null, }); }} content={this.state.sidebar_content} title={this.state.sidebar_title} /> diff --git a/src/Sidebar.css b/src/Sidebar.css index eac713d..697d783 100644 --- a/src/Sidebar.css +++ b/src/Sidebar.css @@ -16,7 +16,8 @@ pointer-events: initial; } .sidebar-on .sidebar-shadow:active { - opacity: .6; + opacity: .5; + transition: unset; } .sidebar {