1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 15:09:14 +00:00

rpair respose code bug (#3837)

This commit is contained in:
杨顺强
2019-07-11 14:42:32 +08:00
committed by Daniel Pan
parent 11f4829c0d
commit 6b01e56f47
2 changed files with 2 additions and 2 deletions

View File

@@ -268,7 +268,7 @@ class App extends Component {
<InvitationsView path={siteRoot + 'invitations/'} onShowSidePanel={this.onShowSidePanel} onSearchedClick={this.onSearchedClick} />
</Router>
</MainPanel>
<MediaQuery query="(max-width: 768px)">
<MediaQuery query="(max-width: 767.8px)">
<Modal isOpen={!isSidePanelClosed} toggle={this.toggleSidePanel} contentClassName="d-none"></Modal>
</MediaQuery>
</div>