You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2018/07/18 16:34:38 UTC

[openmeetings] branch 4.0.x updated: [OPENMEETINGS-1142] menu z-index is increased

This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch 4.0.x
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/4.0.x by this push:
     new 7579d37  [OPENMEETINGS-1142] menu z-index is increased
7579d37 is described below

commit 7579d37619b3eb2ed458b19bf3baafc7da1eb523
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Wed Jul 18 23:33:49 2018 +0700

    [OPENMEETINGS-1142] menu z-index is increased
---
 openmeetings-web/src/main/webapp/css/menu.css | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/openmeetings-web/src/main/webapp/css/menu.css b/openmeetings-web/src/main/webapp/css/menu.css
index ae25a9c..97ce298 100644
--- a/openmeetings-web/src/main/webapp/css/menu.css
+++ b/openmeetings-web/src/main/webapp/css/menu.css
@@ -44,9 +44,8 @@
 .ui-menu.ui-widget.ui-widget-content.ui-menu-icons {
 	border: 0;
 }
-#menu.ui-menu, #roomMenu.ui-menu {
-	max-height: 30px;
-	min-height: 30px;
+#menu .ui-menu {
+	z-index: 10000000;
 }
 .recording .ui-menu .ui-menu-item {
 	display: block;