Skip to content

Commit 97345c8

Browse files
Merge pull request #340 from amin-xiv/download-button-fix
Fix download button.
2 parents 1349aff + 054cce4 commit 97345c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

website/styles/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ tr:hover {
623623
font-size: large;
624624
transition-duration: 0.3s;
625625
padding: 10px 20px 10px 20px;
626-
z-index: 20;
626+
z-index: 200;
627627
border-radius: 5px;
628628
}
629629

@@ -740,6 +740,7 @@ tr:hover {
740740

741741

742742
.section.big_container {
743+
z-index: -1;
743744
transform: translateX(0);
744745
opacity: 1;
745746
}

0 commit comments

Comments
 (0)