1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-02 23:48:47 +00:00

[mobile] make 'about' dialog shown on top of 'side nav' (#4504)

This commit is contained in:
llj
2020-04-14 14:18:48 +08:00
committed by GitHub
parent e6d5ff343b
commit 9fcd777121
2 changed files with 2 additions and 2 deletions

View File

@@ -274,7 +274,7 @@ class App extends Component {
</Router>
</MainPanel>
<MediaQuery query="(max-width: 767.8px)">
<Modal isOpen={!isSidePanelClosed} toggle={this.toggleSidePanel} contentClassName="d-none"></Modal>
<Modal zIndex="1030" isOpen={!isSidePanelClosed} toggle={this.toggleSidePanel} contentClassName="d-none"></Modal>
</MediaQuery>
</div>
</React.Fragment>