Skip to content

Commit

Permalink
Merge pull request #618 from Neovici/feat/adjust-mini-spacing
Browse files Browse the repository at this point in the history
fix(omnitable): prevent double scrollbar
  • Loading branch information
megheaiulian authored Jun 4, 2024
2 parents 219a17d + 8c516b4 commit c1f8d5c
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 c1f8d5c

Please sign in to comment.