Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Team/Manager popup links on match page #10

Open
unnecessarydave opened this issue Dec 5, 2024 · 2 comments
Open

Team/Manager popup links on match page #10

unnecessarydave opened this issue Dec 5, 2024 · 2 comments
Labels
bug Something isn't working newdesign Affects new design (not classic) only

Comments

@unnecessarydave
Copy link
Collaborator

Some Team and Manager popup links on match page do not float on top of the page content.

This is noticeable in:

  • Match info
  • Series table
@unnecessarydave unnecessarydave added the bug Something isn't working label Dec 5, 2024
@unnecessarydave unnecessarydave added the newdesign Affects new design (not classic) only label Dec 21, 2024
@dominiquelee
Copy link

I had a quick look at something similar to this one in the Matches page, where the team popups in the "last match / next match" boxes are constrained to the important-match-team flexbox. It looks like removing overflow: hidden from (Hattrick-defined CSS class') .important-match-team-name is enough to fix it. There is no obvious UI drawback to it.

I also had a look at the Match info page with non-classic pages, there's a hidden overflow property higher in the div/span stack.

@unnecessarydave
Copy link
Collaborator Author

In some cases I think it would also need removal/override of white-space: nowrap to prevent long team names displaying outside their bounding box.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working newdesign Affects new design (not classic) only
Projects
None yet
Development

No branches or pull requests

2 participants