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.
73 lines
1.1 KiB
73 lines
1.1 KiB
.p-tabview-nav-container {
|
|
position: relative;
|
|
}
|
|
|
|
.p-tabview-scrollable .p-tabview-nav-container {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.p-tabview-nav-content {
|
|
overflow-x: auto;
|
|
overflow-y: hidden;
|
|
scroll-behavior: smooth;
|
|
scrollbar-width: none;
|
|
overscroll-behavior: contain auto;
|
|
}
|
|
|
|
.p-tabview-nav {
|
|
display: flex;
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style-type: none;
|
|
flex: 1 1 auto;
|
|
}
|
|
|
|
.p-tabview-nav-link {
|
|
cursor: pointer;
|
|
user-select: none;
|
|
display: flex;
|
|
align-items: center;
|
|
position: relative;
|
|
text-decoration: none;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.p-tabview-ink-bar {
|
|
display: none;
|
|
z-index: 1;
|
|
}
|
|
|
|
.p-tabview-nav-link:focus {
|
|
z-index: 1;
|
|
}
|
|
|
|
.p-tabview-title {
|
|
line-height: 1;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.p-tabview-nav-btn {
|
|
position: absolute;
|
|
top: 0;
|
|
z-index: 2;
|
|
height: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.p-tabview-nav-prev {
|
|
left: 0;
|
|
}
|
|
|
|
.p-tabview-nav-next {
|
|
right: 0;
|
|
}
|
|
|
|
.p-tabview-nav-content::-webkit-scrollbar {
|
|
display: none;
|
|
}
|
|
|
|
.p-tabview-close {
|
|
z-index: 1;
|
|
}
|