l2lam / CBC-Board-System

Sports (badminton) club session management system to faciliate efficient, fair play for all club members
Apache License 2.0
1 stars 1 forks source link

> On small screens (e.g. <= 1280x720) only the "Remove" button is shown (the "+ Member" and "+ Guest" buttons are automatically arranged below the remove button and cannot be used. #41

Closed l2lam closed 3 weeks ago

l2lam commented 4 weeks ago

On small screens (e.g. <= 1280x720) only the "Remove" button is shown (the "+ Member" and "+ Guest" buttons are automatically arranged below the remove button and cannot be used.

Screen Shot 2024-06-08 at 6 04 55 PM

This is because we force the height of this area to be the height of the screen. We will probably need to set a minimum height to enable scrolling. Can be referred to a separate bug/issue.

Originally posted by @l2lam in https://github.com/l2lam/CBC-Board-System/pull/39#issuecomment-2156211776