diff options
Diffstat (limited to 'frontend/src/components/fields/ChoiceField.scss')
-rw-r--r-- | frontend/src/components/fields/ChoiceField.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/src/components/fields/ChoiceField.scss b/frontend/src/components/fields/ChoiceField.scss index c8c7ff1..85986af 100644 --- a/frontend/src/components/fields/ChoiceField.scss +++ b/frontend/src/components/fields/ChoiceField.scss @@ -27,8 +27,8 @@ } .field-options { - position: absolute; - z-index: 20; + position: static; + z-index: 100; top: 35px; display: none; width: 100%; |