Skip to content

Commit

Permalink
EPMRPP-94764 || The pagination section is not fixed at the bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
BlazarQSO committed Sep 25, 2024
1 parent 0f98685 commit 6658618
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
.pagination {
padding: 0 32px;
box-sizing: border-box;
width: 100%;
width: calc(100% - 48px);
border-top: 1px solid $COLOR--e-100;
background-color: $COLOR--bg-100;
position: sticky;
position: fixed;
bottom: 0;
display: flex;
justify-content: center;
Expand Down

0 comments on commit 6658618

Please sign in to comment.