Skip to content

Commit

Permalink
Fixed #2330 - Improve scrollbar style on BreadCrumb and TabMenu
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Sep 30, 2021
1 parent 564681f commit 3918b2c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/breadcrumb/BreadCrumb.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@
display: flex;
align-items: center;
}

.p-breadcrumb::-webkit-scrollbar {
display: none;
}
4 changes: 4 additions & 0 deletions src/components/tabmenu/TabMenu.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,7 @@
display: none;
z-index: 1;
}

.p-tabmenu::-webkit-scrollbar {
display: none;
}

0 comments on commit 3918b2c

Please sign in to comment.