From fea085fd7b6edf5554e05fcdb23c691e5fab8cc5 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Thu, 12 Mar 2015 12:49:32 -0700 Subject: [PATCH] GUAC-1120: Ensure proper rendering of menu on old Firefox. --- guacamole/src/main/webapp/app/index/styles/ui.css | 1 + guacamole/src/main/webapp/app/userMenu/styles/user-menu.css | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/guacamole/src/main/webapp/app/index/styles/ui.css b/guacamole/src/main/webapp/app/index/styles/ui.css index 3e20f1eb3..4c8ca5fb9 100644 --- a/guacamole/src/main/webapp/app/index/styles/ui.css +++ b/guacamole/src/main/webapp/app/index/styles/ui.css @@ -67,6 +67,7 @@ h2 { margin-bottom: 1em; margin-top: 0; border-top: none; + width: 100%; /* IE10 */ display: -ms-flexbox; diff --git a/guacamole/src/main/webapp/app/userMenu/styles/user-menu.css b/guacamole/src/main/webapp/app/userMenu/styles/user-menu.css index f780c7cc6..aa1f1f70f 100644 --- a/guacamole/src/main/webapp/app/userMenu/styles/user-menu.css +++ b/guacamole/src/main/webapp/app/userMenu/styles/user-menu.css @@ -47,8 +47,6 @@ align-items: stretch; flex-direction: row; - z-index: 5; - } .user-menu .user-menu-dropdown { @@ -149,6 +147,8 @@ border-left: 1px solid rgba(0,0,0,0.125); border-bottom: 1px solid rgba(0,0,0,0.125); + z-index: 5; + } .user-menu .user-menu-dropdown.open .options {