Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bug 427503 - Orion New UI Improvements
- Fixed z-index for side menu transition

--Signed-off-by: Elijah El-Haddad <elijahe@ca.ibm.com>
  • Loading branch information
elijahe committed Feb 5, 2014
1 parent f41853c commit a2fb82f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion bundles/org.eclipse.orion.client.ui/web/css/layout.css
Expand Up @@ -429,7 +429,7 @@ hard-coded numbers elsewhere.
top: 36px;
/* bottom: 36px; $FooterHeight + footer border (1px) */
bottom: 0;
z-index: -1;
z-index: 0;
-webkit-animation: slide 0.5s forwards;
-webkit-animation-delay: 2s;
animation: slide 0.5s forwards;
Expand All @@ -441,6 +441,10 @@ hard-coded numbers elsewhere.
text-decoration:none !important;
}

.sideMenu:hover{
z-index: 100;
}

.sideMenu-maximized {
top: 0;
bottom: 0;
Expand Down

0 comments on commit a2fb82f

Please sign in to comment.