Fixed #1620 - Improve scrollbar style on BreadCrumb and TabMenu

pull/1628/head
mertsincan 2021-09-30 14:44:26 +03:00
parent f23856b3a0
commit e5e5f14a1b
2 changed files with 8 additions and 0 deletions

View File

@ -56,4 +56,8 @@ export default {
.p-breadcrumb .p-menuitem-link { .p-breadcrumb .p-menuitem-link {
text-decoration: none; text-decoration: none;
} }
.p-breadcrumb::-webkit-scrollbar {
display: none;
}
</style> </style>

View File

@ -181,4 +181,8 @@ export default {
display: none; display: none;
z-index: 1; z-index: 1;
} }
.p-tabmenu::-webkit-scrollbar {
display: none;
}
</style> </style>