f
This commit is contained in:
parent
7d1e629d4b
commit
3d10a8ed62
9
dev.less
9
dev.less
@ -42,6 +42,7 @@ display: block !important;
|
|||||||
/* transparent background*/
|
/* transparent background*/
|
||||||
.navigation ul{
|
.navigation ul{
|
||||||
background-color: rgba(255,255,255,0) !important;
|
background-color: rgba(255,255,255,0) !important;
|
||||||
|
z-index: 100;
|
||||||
}
|
}
|
||||||
.navigation ul.level0{
|
.navigation ul.level0{
|
||||||
background-color: rgba(255,255,255,0.95) !important;
|
background-color: rgba(255,255,255,0.95) !important;
|
||||||
@ -103,5 +104,11 @@ display: block !important;
|
|||||||
min-width: auto !important;
|
min-width: auto !important;
|
||||||
width: 15% !important;
|
width: 15% !important;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* make sure the menu doesn't dissapear behind any content elements
|
||||||
|
* https://philipwalton.com/articles/what-no-one-told-you-about-z-index/
|
||||||
|
*/
|
||||||
|
#maincontent{
|
||||||
|
opacity: .99;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user