Skip to content
Snippets Groups Projects
Commit 7ee40bfb authored by Felix Kunde's avatar Felix Kunde
Browse files

fix z-index of UI tooltip

parent dc22cc77
Branches
Tags
No related merge requests found
...@@ -66,11 +66,12 @@ td { ...@@ -66,11 +66,12 @@ td {
} }
.tooltip { .tooltip {
position: inherit; position: relative;
display: inline-block; display: inline-block;
opacity: 1; opacity: 1;
font-size: 14px; font-size: 14px;
font-weight: bold; font-weight: bold;
z-index: 0;
} }
.tooltip:after { .tooltip:after {
content: '?'; content: '?';
...@@ -97,7 +98,6 @@ td { ...@@ -97,7 +98,6 @@ td {
border-radius: 6px; border-radius: 6px;
padding: 10px 10px; padding: 10px 10px;
position: absolute; position: absolute;
z-index: 1;
bottom: 150%; bottom: 150%;
left: 50%; left: 50%;
margin-left: -120px; margin-left: -120px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment