Skip to content

Commit

Permalink
fix(omnitable): prevent double scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
megheaiulian committed Jun 4, 2024
1 parent 219a17d commit 8c516b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cosmoz-omnitable-styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,9 @@ export default css`
margin: 0 8px;
}
:host([mini]) .tableContent {
overflow: hidden;
}
:host([mini]) .tableContent-scroller::-webkit-scrollbar {
width: 4px;
}
Expand Down

0 comments on commit 8c516b4

Please sign in to comment.