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 overflow issue when using Tooltip/Popover #857

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Apr 9, 2024

  1. Temp fix for Popover overflow issue

    cannot set transform='' within the original setTimeout, popperjs will update the position after hiding it
    Lexachoc committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    dbd25c0 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Update index.ts

    fix
    Lexachoc committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    ccec78b View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Update index.ts

    Fix Tooltip overflow issue
    Lexachoc committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    374890f View commit details
    Browse the repository at this point in the history
  2. Update index.ts

    Fix Tooltip overflow issue (considering when Clipboard feature is used)
    Lexachoc committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    25d7ea3 View commit details
    Browse the repository at this point in the history