diff options
-rw-r--r-- | frontend/src/components/fields/ChoiceField.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/fields/ChoiceField.scss b/frontend/src/components/fields/ChoiceField.scss index 85986af..c4aea2f 100644 --- a/frontend/src/components/fields/ChoiceField.scss +++ b/frontend/src/components/fields/ChoiceField.scss @@ -27,7 +27,7 @@ } .field-options { - position: static; + position: absolute; z-index: 100; top: 35px; display: none; |