Fixes menu appearing behind forums z-index

This commit is contained in:
Luke Barratt 2014-05-11 10:11:23 +01:00
parent caeb9be494
commit df07a5d8ba
3 changed files with 2 additions and 3 deletions

View file

@ -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');
}

View file

@ -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%;

View file

@ -3,7 +3,6 @@
*/
#forums {
z-index: 100;
position: relative;
.topic-controls {