Fixed #1620 - Improve scrollbar style on BreadCrumb and TabMenu
parent
f23856b3a0
commit
e5e5f14a1b
|
@ -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>
|
||||||
|
|
|
@ -181,4 +181,8 @@ export default {
|
||||||
display: none;
|
display: none;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.p-tabmenu::-webkit-scrollbar {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue