Re: [clreq] It’s difficult to switch languages on mobile (#414)

I dug into the issue and this is happening because down the bottom of our document, the tables (used for glossary etc.) are wider than the width of the viewport. The language switcher is getting pushed outside the viewport width because of that.
We could make the parent container of the tables to have horizontal overflow, so just the tables need to be scrolled, not the whole page (I tried it with devtools and not the actual code so I'm not sure if this is work to fix all mobile device issues).

-- 
GitHub Notification of comment by huijing
Please view or discuss this issue at https://github.com/w3c/clreq/issues/414#issuecomment-981405361 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 29 November 2021 09:09:55 UTC