Skip to content
Snippets Groups Projects
Commit 6be0f833 authored by Morris Jobke's avatar Morris Jobke
Browse files

Merge pull request #17105 from owncloud/app-content-z-index

explicitly set z-index on app-content, fix overlap from navigation
parents 300d1c88 71e5bc18
No related branches found
No related tags found
No related merge requests found
...@@ -410,6 +410,7 @@ ...@@ -410,6 +410,7 @@
position: relative; position: relative;
height: 100%; height: 100%;
overflow-y: auto; overflow-y: auto;
z-index: 100;
} }
#app-content-wrapper { #app-content-wrapper {
...@@ -555,4 +556,3 @@ em { ...@@ -555,4 +556,3 @@ em {
z-index:500; z-index:500;
padding:16px; padding:16px;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment