Fix for cues on small screens
Posted: 29 September 2021, 10:09
On small screens you cannot see all the cues (especially if played horizontally). To fix this (before it's fixed officially), add a new CSS style like this:
- Go to advanced preferences: https://boardgamearena.com/preferences?section=advanced
- Paste the following code:
Code: Select all
#played_clue_cards { overflow-x:scroll; } - Save.