Merge pull request #17105 from owncloud/app-content-z-index
explicitly set z-index on app-content, fix overlap from navigation
This commit is contained in:
commit
6be0f833d0
1 changed files with 1 additions and 1 deletions
|
@ -410,6 +410,7 @@
|
|||
position: relative;
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
#app-content-wrapper {
|
||||
|
@ -555,4 +556,3 @@ em {
|
|||
z-index:500;
|
||||
padding:16px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue