Skip to content

Commit b360218

Browse files
committed
fix: in <Ask/> select is clipped at the bottom
1 parent d6050ca commit b360218

File tree

1 file changed

+6
-0
lines changed
  • plugins/plugin-codeflare/web/scss/components/Ask

1 file changed

+6
-0
lines changed

Diff for: plugins/plugin-codeflare/web/scss/components/Ask/_index.scss

+6
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ $max-width: 50rem;
3232
.pf-c-select__toggle-text {
3333
text-align: left;
3434
}
35+
36+
/* Without this, the select is clipped at the bottom :( */
37+
.pf-c-select__menu {
38+
position: unset;
39+
margin-top: 1em;
40+
}
3541
}
3642

3743
/** Title */

0 commit comments

Comments
 (0)