explicitly set z-index on app-content, fix overlap from navigation

This commit is contained in:
Jan-Christoph Borchardt 2015-06-23 14:03:27 +02:00
parent 4b5324341c
commit 71e5bc1803
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;
}