Skip to content

Commit

Permalink
fix(VsPagination): fix the position of page-button when overflox-x oc…
Browse files Browse the repository at this point in the history
…curs (#195)
  • Loading branch information
yeriiiii authored Jun 3, 2024
1 parent 3d62374 commit 64d2dcc
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@
position: relative;
display: flex;
justify-content: center;
align-items: center;

.page-buttons {
display: flex;
align-items: center;
justify-content: center;
overflow-x: auto;
}

Expand Down

0 comments on commit 64d2dcc

Please sign in to comment.