Skip to content

Commit

Permalink
Changed scroll css to fix border issue
Browse files Browse the repository at this point in the history
  • Loading branch information
skduncan committed Dec 18, 2024
1 parent a4274da commit f9d0453
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions playbook/app/pb_kits/playbook/pb_table/styles/_scroll.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.table-responsive-scroll {
display: block;
overflow-x: auto;
border-right: 1px solid $border_light !important;
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
overflow-x: scroll;
outline: 1px solid $border_light !important;
border-collapse: collapse;
}

0 comments on commit f9d0453

Please sign in to comment.