Skip to content

Commit b39346c

Browse files
authored
fix: djangoql dropdown zindex (#1691)
1 parent c071120 commit b39346c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/unfold/static/unfold/css/styles.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.

src/unfold/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ textarea#searchbar {
695695
}
696696

697697
div.djangoql-completion {
698-
@apply border border-base-200 rounded-default shadow-xs bg-white dark:border-base-700 dark:bg-base-800 -ml-[39px] mt-[6px] w-[384px];
698+
@apply border border-base-200 rounded-default shadow-xs bg-white dark:border-base-700 dark:bg-base-800 -ml-[39px] mt-[6px] w-[384px] z-40;
699699
}
700700

701701
div.djangoql-completion ul {

0 commit comments

Comments
 (0)