primeng
Version:
[](https://badge.fury.io/js/primeng) [](https://www.npmjs.com/package/primeng) [ • 1.52 kB
CSS
@layer primeng {
.p-tabmenu-nav-container {
position: relative;
}
.p-tabmenu-scrollable .p-tabmenu-nav-container {
overflow: hidden;
}
.p-tabmenu-nav-content {
overflow-x: auto;
overflow-y: hidden;
scroll-behavior: smooth;
scrollbar-width: none;
overscroll-behavior: contain auto;
}
.p-tabmenu-nav-btn {
position: absolute;
top: 0;
z-index: 2;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.p-tabmenu-nav-prev {
left: 0;
}
.p-tabmenu-nav-next {
right: 0;
}
.p-tabview-nav-content::-webkit-scrollbar {
display: none;
}
.p-tabmenu-nav {
display: flex;
margin: 0;
padding: 0;
list-style-type: none;
flex-wrap: nowrap;
}
.p-tabmenu-nav a {
cursor: pointer;
user-select: none;
display: flex;
align-items: center;
position: relative;
text-decoration: none;
text-decoration: none;
overflow: hidden;
}
.p-tabmenu-nav a:focus {
z-index: 1;
}
.p-tabmenu-nav .p-menuitem-text {
line-height: 1;
white-space: nowrap;
}
.p-tabmenu-ink-bar {
display: none;
z-index: 1;
}
.p-tabmenu-nav-content::-webkit-scrollbar {
display: none;
}
.p-tabmenuitem:not(.p-hidden) {
display: flex;
}
}