-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
A: FrontendA task that concerns frontend developmentA task that concerns frontend developmentB: CSSCosmetic changes for the site, mainly in CSS (Tailwind)Cosmetic changes for the site, mainly in CSS (Tailwind)bugSomething isn't workingSomething isn't working
Description
What Happened?
This is NOT a Jury bug but a CSS bug: w3c/csswg-drafts#9140
We have a table that we want to have overflow-x-scroll
on. However, we want the header of this table to be sticky. This is NOT ALLOWED.
On desktop this is fine bc we don't need the overflow. However, this sticky header is impossible to have on mobile.
Steps to Reproduce
- Open admin dashboard on mobile view
- Scroll down
- Headers are not sticky
What device(s) are you seeing this issue on?
No response
What browser are you seeing this issue on?
No response
Possible Solutions
No idea how to fix it (see GH issue on w3c). Maybe there is a workaround with some janky css but for now it cannot be fixed sad face.
Additional Info
No response
Metadata
Metadata
Assignees
Labels
A: FrontendA task that concerns frontend developmentA task that concerns frontend developmentB: CSSCosmetic changes for the site, mainly in CSS (Tailwind)Cosmetic changes for the site, mainly in CSS (Tailwind)bugSomething isn't workingSomething isn't working