Problem/Motivation
When browsing the schedule page on desktop, some tabs are available to change the day we are browsing. These tabs are not displayed on mobile as it is the default behavior for tabs to be hidden on mobile in the CSS.
Here on desktop:


Steps to reproduce
Set a schedule with some sessions.
Check the schedule page on desktop and mobile.
The links showing the days is visible only on desktop (see the following screenshot).

Proposed resolution
.tabs__tab in /sass/components/drupal/tabs.scss is set to display: none;.
It's only a media query that set it back to flex on desktop.
We should probably set a specific entry for the schedule itself I guess so that we don't mess with the tabs behavior in general. Or we should set this element as any other kind if thing but tabs.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 3578866-2.patch | 1.05 KB | nicoloye |
| Capture d’écran de 2026-03-12 18-10-19.png | 2.05 KB | nicoloye | |
| Capture d’écran de 2026-03-12 18-05-59.png | 40.37 KB | nicoloye | |
| Capture d’écran de 2026-03-12 18-05-42.png | 52.19 KB | nicoloye |
Issue fork event_horizon-3578866
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
nicoloye commentedAdding patch for testing purposes.
Comment #4
nicoloye commentedComment #5
mandclu commentedComment #8
mandclu commentedThanks for identifying this, and for providing a fix. Merged into the 2.0.x branch