Skip to content

Commit

Permalink
Fix z-index on pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
anselmbradford committed Nov 13, 2024
1 parent f13611e commit 3c667df
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
border-radius: math.div(4px, $base-font-size-px) + rem;
background: $pagination-bg;
color: $pagination-text;
z-index: -1;
}

&__current-page {
Expand Down

0 comments on commit 3c667df

Please sign in to comment.