fixed side buttons in recipe edit moving under sticky nav

This commit is contained in:
vabene1111
2021-01-21 19:45:12 +01:00
parent 5b8a22762b
commit 3fcd613ca8

View File

@@ -89,7 +89,8 @@
<label for="id_description">
{% trans 'Description' %}
</label>
<textarea id="id_description" class="form-control" v-model="recipe.description" maxlength="512"></textarea>
<textarea id="id_description" class="form-control" v-model="recipe.description"
maxlength="512"></textarea>
</div>
@@ -404,6 +405,9 @@
{% block content_xl_right %}
<div class="sticky-top" style="top: 2vh; z-index: 100;" v-if="recipe !== undefined">
<br/>
<br/>
<br/>
<div class="row">
<div class="col-md-11">
<button type="button" @click="updateRecipe(true)"