Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
edulix committed Jun 29, 2023
1 parent d1cde25 commit fb3c2c4
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,13 +160,6 @@ <h2 class="question-title" aria-level="2" ng-bind-html="question.title">
<i class="fa fa-chevron-right"></i>
</span>
</button>
<div class="continue-custom-tooltip" ng-if="!scrolledToBottom">
<i class="fa fa-fw fa-lg fa-caret-down"></i>
<div class="tooltip-inner">
<strong ng-i18next="avBooth.scrolledToBottom.title"></strong>
<p ng-i18next="avBooth.scrolledToBottom.description"></p>
</div>
</div>
</div>
</div>

Expand Down Expand Up @@ -199,6 +192,13 @@ <h2 class="question-title" aria-level="2" ng-bind-html="question.title">
<i class="fa fa-chevron-right"></i>
</span>
</button>
<div class="continue-custom-tooltip" ng-if="!scrolledToBottom">
<i class="fa fa-fw fa-lg fa-caret-down"></i>
<div class="tooltip-inner">
<strong ng-i18next="avBooth.scrolledToBottom.title"></strong>
<p ng-i18next="avBooth.scrolledToBottom.description"></p>
</div>
</div>
</div>
</div>
<div avb-common-footer float="true"></div>
Expand Down

0 comments on commit fb3c2c4

Please sign in to comment.