Fix navigation z-index
This commit is contained in:
parent
07c5c6a580
commit
052578a932
1 changed files with 5 additions and 0 deletions
|
@ -34,6 +34,7 @@ footer {
|
|||
main {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
#app main a {
|
||||
|
@ -47,3 +48,7 @@ main {
|
|||
right: -20px;
|
||||
top: -8px;
|
||||
}
|
||||
|
||||
#app-navigation {
|
||||
z-index: 10;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue