Skip to content

Adding Explicity z-index for Dropdown Bug #8

Description

@jdao

Adding an explicit z-index css attribute to handle the bug of dropdown appearing behind some other html elements.

diff --git a/Source/TextboxList.Autocomplete.css b/Source/TextboxList.Autocomple
index 9a6d865..bdd12b3 100644
--- a/Source/TextboxList.Autocomplete.css
+++ b/Source/TextboxList.Autocomplete.css
@@ -4,7 +4,7 @@
Purchase to remove copyright
*/

-.textboxlist-autocomplete { position: absolute; }
+.textboxlist-autocomplete { position: absolute; z-index: 1; }
.textboxlist-autocomplete-placeholder, .textboxlist-autocomplete-results { opac
.textboxlist-autocomplete-placeholder { padding: 5px 7px; }
.textboxlist-autocomplete-results { margin: 0; padding: 0; }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions