You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
581 B
39 lines
581 B
.p-tabmenu {
|
|
overflow-x: auto;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.p-tabmenu-ink-bar {
|
|
display: none;
|
|
z-index: 1;
|
|
}
|
|
|
|
.p-tabmenu::-webkit-scrollbar {
|
|
display: none;
|
|
}
|