diff --git a/app/styles/header.scss b/app/styles/header.scss index 30d78b313..a37b7a600 100644 --- a/app/styles/header.scss +++ b/app/styles/header.scss @@ -15,10 +15,10 @@ HEADER { padding: 0 20px; vertical-align: top; font-weight: normal; - text-transform:uppercase; + text-transform:uppercase; border-bottom: 2px solid transparent; color: #858999; - font-size:13px; + font-size:13px; &:hover, &:focus, @@ -74,19 +74,19 @@ HEADER { .user-toggle { cursor: pointer; position: relative; - z-index: 4; + z-index: 1001; /* These have to be > 990 for bootstrap on touch devices */ } .project-menu { margin-top: -13px; - z-index: 3; + z-index: 1000; /* These have to be > 990 for bootstrap on touch devices */ padding-top: 0; border-radius: 5px; } .user-menu { margin-top: -13px; - z-index: 3; + z-index: 1000; /* These have to be > 990 for bootstrap on touch devices */ padding-top: 0; width: 250px; border-radius: 5px;