From 2eb957453fa65c2c5ac8172c94a6a1697ae64e29 Mon Sep 17 00:00:00 2001 From: Italo Rossi Date: Thu, 27 Aug 2015 00:24:43 -0300 Subject: [PATCH] FS-8062: [verto_communicator] Fixing video controls tooltips, now they are visible --- html5/verto/verto_communicator/src/css/verto.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/html5/verto/verto_communicator/src/css/verto.css b/html5/verto/verto_communicator/src/css/verto.css index 2505e50be3..b2600ec877 100644 --- a/html5/verto/verto_communicator/src/css/verto.css +++ b/html5/verto/verto_communicator/src/css/verto.css @@ -52,6 +52,10 @@ button.btn i { /*height: 50px;*/ /*}*/ +._720kb-tooltip { + z-index:1001; +} + .navbar .navbar-nav > li.navbar-item-icon > a { padding: 18px; height: 60px;