Skip to content

Commit

Permalink
work for #6654 fix vue
Browse files Browse the repository at this point in the history
  • Loading branch information
OlgaLarina committed Sep 1, 2023
1 parent 01c2ab0 commit 5be2840
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/vue/survey.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<template>
<div :class="survey.getRootCss()"
:style="vueSurvey.themeVariables"
@scroll="doScroll"
>
<div v-if="vueSurvey.renderBackgroundImage" :class="css.rootBackgroundImage" :style="vueSurvey.backgroundImageStyle" @scroll="doScroll"></div>
<div v-if="vueSurvey.renderBackgroundImage" :class="css.rootBackgroundImage" :style="vueSurvey.backgroundImageStyle"></div>
<form onsubmit="return false;">
<div v-if="!vueSurvey.hasLogo" class="sv_custom_header"></div>
<div :class="css.container">
Expand Down

0 comments on commit 5be2840

Please sign in to comment.