You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to have a scrollbar with so many tabs. The problem is that while I can easily side scroll with a trackpad, a user with a mouse without a scroll wheel won't have a way to easily move between the tabs. I've tried setting "overflow: scroll" in the CSS on the various rendered page elements, as well as seeing if there was a way to use the component with the tabs and it didn't work.
It would be nice if had a "scrollbar" property where you could force having one. Does anyone have an idea what about the tabs implementation keeps "overflow: auto" and/or "overflow: scroll" from working?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a page with Tabs... placement="top", and it has a lot of tabs... enough that it scrolls horizontally like the "Card type" demo at https://www.naiveui.com/en-US/os-theme/components/tabs
I'd like to have a scrollbar with so many tabs. The problem is that while I can easily side scroll with a trackpad, a user with a mouse without a scroll wheel won't have a way to easily move between the tabs. I've tried setting "overflow: scroll" in the CSS on the various rendered page elements, as well as seeing if there was a way to use the component with the tabs and it didn't work.
It would be nice if had a "scrollbar" property where you could force having one. Does anyone have an idea what about the tabs implementation keeps "overflow: auto" and/or "overflow: scroll" from working?
Beta Was this translation helpful? Give feedback.
All reactions