dxc-technology / halstack-react

Library of components for building SPAs with React and Halstack Design System
https://developer.dxc.com/halstack/
Apache License 2.0
15 stars 14 forks source link

NavTabs overflow and z-index behaviour improved #1925

Closed Jialecl closed 5 months ago

Jialecl commented 6 months ago

Checklist (Check off all the items before submitting)

Purpose Overflow was added to the NavTabs and fixed an issue related to z-index.

Description Overflow was added and the width of the NavTabs is now based on the available space including the scroll in case it is scrollable. The z-index for the whole component is set to 0 and the underline is set to -1, instead of setting the component tabs to 1.

Screenshots image image

Closes #1923