mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
explicitly set z-index on app-content, fix overlap from navigation
This commit is contained in:
parent
4b5324341c
commit
71e5bc1803
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