We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When we use scrollable tabs styles are added to :
.p-tablist-tab-list { position: relative; display: flex; background: ${dt('tabs.tablist.background')}; border-style: solid; border-color: ${dt('tabs.tablist.border.color')}; border-width: ${dt('tabs.tablist.border.width')}; }
but when we scroll it, this div is not visible and all the styles are gone... IMHO one of parents of this div ie. the one with classes:
p-tablist-content p-tablist-viewport
should have tokens too.
Have a look at demo:
I set var --p-tabs-tablist-background to red. And initially it is ok
but after scrolling to right red background is gone:
No response
https://primeng.org/tabs
Primeng demo page
19.1.7
v19
n/a
all
Background should stay red
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When we use scrollable tabs styles are added to :
but when we scroll it, this div is not visible and all the styles are gone... IMHO one of parents of this div ie. the one with classes:
p-tablist-content p-tablist-viewport
should have tokens too.
Have a look at demo:
I set var --p-tabs-tablist-background to red. And initially it is ok
but after scrolling to right red background is gone:
Pull Request Link
No response
Reason for not contributing a PR
Other Reason
No response
Reproducer
https://primeng.org/tabs
Environment
Primeng demo page
Angular version
19.1.7
PrimeNG version
v19
Node version
n/a
Browser(s)
all
Steps to reproduce the behavior
Expected behavior
Background should stay red
The text was updated successfully, but these errors were encountered: