Skip to content

Commit

Permalink
z-index 10 on tooltips so they don't disappear behind stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
stijn-uva committed Feb 18, 2025
1 parent 1716c4b commit 9b9fab9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webtool/static/css/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,7 @@ nav > ul.flat > li:not(:last-child)::after {
position: absolute;
max-width: 25em;
border: 2px solid var(--contrast-dark);
z-index: 10;
}

*[role=tooltip].force-width, article p[role=toolip].force-width {
Expand Down

0 comments on commit 9b9fab9

Please sign in to comment.