Skip to content

Commit

Permalink
Fixed #1620 - 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 f23856b commit e5e5f14
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.vue
Expand Up @@ -56,4 +56,8 @@ export default {
.p-breadcrumb .p-menuitem-link {
text-decoration: none;
}
.p-breadcrumb::-webkit-scrollbar {
display: none;
}
</style>
4 changes: 4 additions & 0 deletions src/components/tabmenu/TabMenu.vue
Expand Up @@ -181,4 +181,8 @@ export default {
display: none;
z-index: 1;
}
.p-tabmenu::-webkit-scrollbar {
display: none;
}
</style>

0 comments on commit e5e5f14

Please sign in to comment.