diff options
author | Emiliano Ciavatta | 2020-10-16 18:48:54 +0000 |
---|---|---|
committer | Emiliano Ciavatta | 2020-10-16 18:48:54 +0000 |
commit | 3a96b841f06bb1049b0625c6d20e8f8f46c8f2ab (patch) | |
tree | 547b83b3cd12421d406548b3856845380b957309 | |
parent | 79b8b2fa3e8563c986da8baa3a761f2d4f0c6f47 (diff) | |
parent | 0c13228651cb298194a5d97615e74f5fc7749fdc (diff) |
Merge branch 'main' into develop
-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; |