Skip to content

Commit

Permalink
close #113 - make sure the autocomplete can be used inside an alert
Browse files Browse the repository at this point in the history
  • Loading branch information
s-cork committed Aug 27, 2021
1 parent d954885 commit a139df7
Showing 1 changed file with 1 addition and 1 deletion.
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 a139df7

Please # to comment.