Skip to content

Commit

Permalink
Merge pull request #340 from amin-xiv/download-button-fix
Browse files Browse the repository at this point in the history
Fix download button.
  • Loading branch information
multiverseweb authored Nov 17, 2024
2 parents 1349aff + 054cce4 commit 97345c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ tr:hover {
font-size: large;
transition-duration: 0.3s;
padding: 10px 20px 10px 20px;
z-index: 20;
z-index: 200;
border-radius: 5px;
}

Expand Down Expand Up @@ -740,6 +740,7 @@ tr:hover {


.section.big_container {
z-index: -1;
transform: translateX(0);
opacity: 1;
}
Expand Down

0 comments on commit 97345c8

Please sign in to comment.