The problem with our current display of tabbed sessions is that nobody can search in the page. There are various ways to fix this:
just show them side-by-side in a standard size container by changing the program.js to only use tabbed sessions for 4 or more sessions.
same as #1 except put the time for the session at the top of the session.
same as #1 but make the container wider with a media query.
create a search bar on the program. This would search the json and then bring whichever tab was required into focus. This is a lot of javascript to write.
The problem with our current display of tabbed sessions is that nobody can search in the page. There are various ways to fix this: