Skip to content

Commit

Permalink
Merge pull request #114 from anvilistas/alert-autocomplete
Browse files Browse the repository at this point in the history
make sure the autocomplete can be used inside an alert
  • Loading branch information
meatballs authored Aug 27, 2021
2 parents d954885 + 2cafc8d commit b88cc33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Unreleased

## Bug Fixes
* Autocomplete - can now be used inside an alert
https://github.com/anvilistas/anvil-extras/pull/114

## Updates
* Slider Component - bump javascript dependency and refactor. No changes to the component's public API.
https://github.com/anvilistas/anvil-extras/pull/112
Expand Down
2 changes: 1 addition & 1 deletion client_code/Autocomplete/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
transition: all 100ms ease;
background-color: #fff;
border-radius: 2px;
z-index: 2;
z-index: 3001;
box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}
.anvil-role-autocomplete.visible-false {
Expand Down

0 comments on commit b88cc33

Please # to comment.