Altinn / app-frontend-react

Altinn application React frontend
BSD 3-Clause "New" or "Revised" License
18 stars 31 forks source link

Checkbokser vises gjennom stickyheader #2708

Open EirikOlavHaugenSSB opened 2 weeks ago

EirikOlavHaugenSSB commented 2 weeks ago

Description of the bug

I en tabell som bruker stickyheader og har vertikale checkbokser med mange alternativer så vil boksene vises gjennom headeren slik vist i bildet. Det er samme tilfellet for radioknapper.

Steps To Reproduce

Se over

Additional Information

Image

mimarz commented 1 week ago

We are looking at fixing this in the Designsystemet component. Its a tricky bug because its a side-effect of fixing another bug 🙈

https://github.com/digdir/designsystemet/issues/2758

mimarz commented 1 week ago

We have fixed this in our upcoming release on next. For the time being you can set a z-index on the th/td in thead when its sticky.

Fix here: https://github.com/digdir/designsystemet/pull/2761