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

Fix tooltips layout issues on small screens #25

Open
skodapetr opened this issue Jun 20, 2024 · 0 comments
Open

Fix tooltips layout issues on small screens #25

skodapetr opened this issue Jun 20, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@skodapetr
Copy link
Collaborator

DS pro každý tooltip vytvoří nový element a ten pak pozicuje a ukazuje. Ten element přidá nakonec a nastaví mu display: hidden. Což je v pohodě.

Kenže, když ho jednou zobrazíš, tak už mu nastaví jen visibility: hidden, což zachová layout. Takže ten prostor napravo co vidíš, je nějaký skrytý tooltip, který se otevřel a vlastně tam tak nějak zůstal.

@skodapetr skodapetr added the bug Something isn't working label Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant