Skip to content

Commit

Permalink
Fixed issue #18648: Unable to upload a file with theme animations ena…
Browse files Browse the repository at this point in the history
…bled (#3356)

Co-authored-by: lapiudevgit <devgit@lapiu.biz>
  • Loading branch information
gabrieljenik and lapiudevgit committed Sep 28, 2023
1 parent b68f375 commit 4acd047
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/survey/fruity/views/subviews/header/custom_header.twig
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
.question-container {
animation-name: {{ aSurveyInfo.options.questionanimation }};
animation-duration: {{ questionanimationduration }}ms;
animation-fill-mode: both;
animation-fill-mode: none; /* Issue #18648: Unable to upload a file with theme animations enabled - Set it to none to avoid overlay */
}
{% endif %}
Expand Down Expand Up @@ -169,7 +169,7 @@
#outerframeContainer {
animation-name: {{ aSurveyInfo.options.bodyanimation }};
animation-duration: {{ bodyanimationduration }}ms;
animation-fill-mode: both;
animation-fill-mode: none; /* Issue #18648: Unable to upload a file with theme animations enabled - Set it to none to avoid overlay */
}
{% endif %}
Expand Down

0 comments on commit 4acd047

Please sign in to comment.