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 autocomplete when used in bootstrap modal #2058

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Mar 4, 2022

  1. Fix autocomplete when used in bootstrap modal

    Right now, the bootstrap modal dialogs use a z-index of 1055, so the autocomplete list shows behind the dialog. https://github.com/twbs/bootstrap/blob/a9b34450601b017b27cacd9ff750aa9c12aac82c/scss/_variables.scss#L1042
    
    This change will put the z-index that will work with bootstrap and align with the bootstrap toast z-index.
    ejohnson-dotnet committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    c8a84aa View commit details
    Browse the repository at this point in the history