Skip to content

Commit

Permalink
Fixed: Instruction box's z-index is now above time-box (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
SoumyadevSaha authored Oct 30, 2023
1 parent 8c21dce commit 92e2bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ h3 {
background-color: #eaf9d9;
border-radius: 0.5em;
position: absolute;
z-index: 9;
z-index: 8;
padding: 1rem;
font-family: 'Times New Roman', Times, serif;
font-weight: bold;
Expand Down

0 comments on commit 92e2bde

Please sign in to comment.