Skip to content

Commit

Permalink
fix(Pagination): fix scrollbar issue (#7863)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
tw15egan and kodiakhq[bot] authored Feb 25, 2021
1 parent fcf8df0 commit 6b19480
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ $css--helpers: true;
align-items: center;
justify-content: space-between;

width: 100%;
width: calc(100% - 1px);
min-height: rem(48px);
overflow-x: auto;
background-color: $ui-01;
Expand Down

0 comments on commit 6b19480

Please sign in to comment.