[x] Build process is done without errors. All tests pass in the /lib directory.
[x] Self-reviewed the code before submitting.
[x] Meets accessibility standards.
[x] Added/updated documentation to /website as needed.
[x] Added/updated tests as needed.
Description
There was a problem where the NavTab with the style modifications was not covering the full width in the website.
It seems that it was due to using negative z-index, the Underbar was not showing, changing the values and removing the unneeded grid inside the website layout should work.
It is still needed to update the library used inside the website
Checklist
/lib
directory./website
as needed.Description There was a problem where the NavTab with the style modifications was not covering the full width in the website.
It seems that it was due to using negative
z-index
, the Underbar was not showing, changing the values and removing the unneeded grid inside the website layout should work.It is still needed to update the library used inside the website