Skip to content

Commit 4e333c0

Browse files
committed
Fixed : autocomplete instance inside modal.
1 parent 2b0918e commit 4e333c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/resources/gwt/material/design/addins/client/autocomplete/resources/css/autocomplete.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ul.multiValueSuggestBox-list {
2727
margin-right: 12px;
2828
}
2929
.gwt-SuggestBoxPopup {
30-
z-index: 1000;
30+
z-index: 9999;
3131
width: 300px !important;
3232
background: white;
3333
border-radius: 2px;

src/main/resources/gwt/material/design/addins/client/autocomplete/resources/css/autocomplete.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)