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: popper blur in styleguide #1672

Merged
merged 3 commits into from
Dec 8, 2023
Merged

fix: popper blur in styleguide #1672

merged 3 commits into from
Dec 8, 2023

Commits on Dec 6, 2023

  1. fix: popper blur in styleguide

    Poppers such as menu dropdowns aren't closing in the styleguide on outside clicks, this is because no element has focus on the outside click, as e.relatedTarget was null. The main app doens't have this problem since tabindex=-1 is on the appmaincontainer. Add a wrapper (that includes the side marigins) to have a -1  tabindex.
    dsmmcken committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    56949de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b34aa0 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    ebc2f00 View commit details
    Browse the repository at this point in the history