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:
Morris Jobke 2015-06-24 12:27:29 +02:00
commit 6be0f833d0
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}