mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-31 05:30:36 +00:00
Fixes menu appearing behind forums z-index
This commit is contained in:
parent
caeb9be494
commit
df07a5d8ba
3 changed files with 2 additions and 3 deletions
|
@ -42,7 +42,7 @@ body#tinymce {
|
|||
background: image-url('layout/body-background.png') top center repeat-y;
|
||||
|
||||
&.full {
|
||||
padding-top: 20px;
|
||||
padding-top: 40px;
|
||||
background-image: image-url('layout/body-background-full.png');
|
||||
}
|
||||
|
||||
|
|
|
@ -135,7 +135,7 @@ ul.navigation {
|
|||
visibility: hidden;
|
||||
pointer-events: none;
|
||||
opacity: 0;
|
||||
z-index: 10;
|
||||
z-index: 150;
|
||||
top: 60px;
|
||||
left: 0;
|
||||
min-width: 100%;
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
*/
|
||||
|
||||
#forums {
|
||||
z-index: 100;
|
||||
position: relative;
|
||||
|
||||
.topic-controls {
|
||||
|
|
Loading…
Reference in a new issue