Skip to content

Commit 7199339

Browse files
Fix: Tooltip and turn page buttons are not below bullet list point text (IntelliTect#632)
## Description I just added a very high z-index to turn-page, so both the turn page button and tooltip are above everything else. If there's a better number for z-index, let me know. I saw a [cool way to manage z-index on larger projects](https://www.smashingmagazine.com/2021/02/css-z-index-large-projects/), but wasn't sure what would be helpful. Setting it to 99999 seems messy to me. Fixes IntelliTect#630
1 parent e4236e2 commit 7199339

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

EssentialCSharp.Web/wwwroot/css/styles.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ a:hover {
317317
top: calc(100vh - 9rem);
318318
top: calc(100dvh - 9rem);
319319
display: flex;
320+
z-index: 99999;
320321
justify-content: space-between;
321322
position: -webkit-sticky; /* Safari */
322323
position: sticky;

0 commit comments

Comments
 (0)