Skip to content

Commit

Permalink
Fix tooltip being under bottom bar
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Jan 24, 2022
1 parent e7881da commit 7540afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion war/src/main/less/modules/tooltips.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
box-shadow: var(--tooltip-shadow);
color: var(--tooltip-foreground-color);
font-size: 0.8rem;
z-index: 40;
z-index: 1001 !important;
overflow: hidden;
max-width: none !important;
}

0 comments on commit 7540afd

Please sign in to comment.