Skip to content

Commit

Permalink
hide horizontal scrollbar on small devices
Browse files Browse the repository at this point in the history
  • Loading branch information
tuckpuck committed Jan 6, 2025
1 parent 79e23b9 commit e7a6ec3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -829,11 +829,10 @@ a[class*="nx-cursor-pointer"]:hover .page-in-development::after {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
max-width: 100vw;
overflow: none;
white-space: nowrap;
}

.table-wrapper::-webkit-scrollbar {
.data-table-wrapper::-webkit-scrollbar {
display: none;
}

Expand Down

0 comments on commit e7a6ec3

Please sign in to comment.