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 2019/07/08 11:09:31 UTC

[openmeetings] branch master updated: [OPENMEETINGS-2078] z-index is updated so quick-poll is on the top of video

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 664ac17  [OPENMEETINGS-2078] z-index is updated so quick-poll is on the top of video
664ac17 is described below

commit 664ac1724b2849f1e682ac4aa156cb5406b42e8f
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Mon Jul 8 18:09:21 2019 +0700

    [OPENMEETINGS-2078] z-index is updated so quick-poll is on the top of video
---
 openmeetings-web/src/main/webapp/css/raw-room.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/openmeetings-web/src/main/webapp/css/raw-room.css b/openmeetings-web/src/main/webapp/css/raw-room.css
index 85c4364..7fb963c 100644
--- a/openmeetings-web/src/main/webapp/css/raw-room.css
+++ b/openmeetings-web/src/main/webapp/css/raw-room.css
@@ -528,6 +528,7 @@ ul.settings-menu {
 	bottom: 40px;
 	padding: 5px;
 	background-color: aquamarine;
+	z-index: 10000000;
 }
 #quick-vote .control {
 	display: inline-block;