Fix issue with tour's next button not clickable when infinite editing bar is open

This commit is contained in:
Bjarke Berg
2020-08-03 12:39:07 +02:00
committed by Sebastiaan Janssen
parent 35b6652949
commit bd1aac7b36

View File

@@ -72,16 +72,16 @@
</section>
</div>
<umb-tour
ng-if="tour.show"
model="tour">
</umb-tour>
<umb-notifications></umb-notifications>
</div>
<umb-tour
ng-if="tour.show"
model="tour">
</umb-tour>
<!-- help dialog controller by the help button - this also forces the backoffice UI to shift 400px -->
<umb-drawer data-element="drawer" ng-if="drawer.show" model="drawer.model" view="drawer.view"></umb-drawer>