Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 2d12c3e

Browse files
committed
raise z-index of active dropdown
1 parent 913f643 commit 2d12c3e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

assets/stylesheets/modules/ai-helper/common/ai-helper.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,14 @@
225225
padding-right: 2em;
226226
}
227227
}
228+
229+
.select-kit.is-expanded {
230+
// need to raise the z-index so the sibling input buttons don't cover the dropdown
231+
z-index: z("dropdown") + 1;
232+
+ button {
233+
z-index: z("dropdown") + 1;
234+
}
235+
}
228236
}
229237

230238
.suggestion-button {

0 commit comments

Comments
 (0)