- fixed tooltip z-index;

This commit is contained in:
Mykyta Synelnikov
2023-11-10 02:19:27 +02:00
parent ed3bc03afd
commit d4bf50f6b2
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -31,12 +31,12 @@ ul#adminmenu > li#toplevel_page_ultimatemember.current > a.current:after {
opacity: 0.9; }
/* UM Tooltip ( future helptip ) */
.ui-tooltip.um_tooltip {
.um .ui-tooltip.um_tooltip {
padding: 8px;
color: #eee !important;
background: rgba(0, 0, 0, 0.85) !important;
position: absolute;
z-index: 1000000;
z-index: 10002;
max-width: 300px;
font-size: 12px;
border-radius: 5px;