fixed scrolling issue in internal recipe edit

related to bootstrap vue issue, waiting on proper fix
This commit is contained in:
vabene1111
2020-09-01 11:39:46 +02:00
parent 14c94bf7ab
commit 4e92be3bbc

View File

@@ -327,7 +327,7 @@
</div>
</draggable>
<div class="row" style="margin-top: 1vh; margin-bottom: 2vh">
<div class="row" style="margin-top: 1vh; margin-bottom: 8vh">
<div class="col-12">
<button type="button" @click="updateRecipe(true)"
class="btn btn-success shadow-none">{% trans 'Save & View' %}</button>