Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #65 from SoyDiego/fix-styles-overlap
Browse files Browse the repository at this point in the history
fix: overlap filters and button
  • Loading branch information
d4t4s3c authored Apr 4, 2024
2 parents 5f0ddba + ba57f46 commit b7b392d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions assets/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ main {
background-color: rgb(0, 0, 0);
border-radius: 0.25rem;
padding: 0.5rem;
z-index: 10;
z-index: 9999;
}

.level-filter {
Expand Down Expand Up @@ -366,7 +366,7 @@ th {
border-bottom: 1px solid #daa04a;
position: sticky;
top: 0;
z-index: 9999;
z-index: 9998;
}

.th-wrapper {
Expand Down Expand Up @@ -1043,6 +1043,7 @@ footer p {
flex-direction: column;
align-items: center;
gap: 1.5rem;
padding-right: 0.8rem;
}

.filters {
Expand Down

0 comments on commit b7b392d

Please sign in to comment.