Fixed some issues with height scrolling layout
This commit is contained in:
parent
3867c2a4ea
commit
8bb202e81d
@ -29,14 +29,16 @@
|
|||||||
|
|
||||||
{% block stylesheets %}{% endblock stylesheets %}
|
{% block stylesheets %}{% endblock stylesheets %}
|
||||||
</head>
|
</head>
|
||||||
<body data-bs-theme="light" class="bg-body vh-100">
|
<body data-bs-theme="light" class="bg-body d-flex flex-column vh-100 overflow-hidden">
|
||||||
|
|
||||||
<div class="h-100 d-flex flex-column align-items-stretch flex-nowrap">
|
{% include 'includes/navbar.html' %}
|
||||||
{% include 'includes/navbar.html' %}
|
|
||||||
{% block content %}{% endblock content %}
|
<div class="flex-grow-1 overflow-y-auto" style="max-height: calc(100vh - 136px);">
|
||||||
{% include 'includes/footer.html' %}
|
{% block content %}{% endblock content %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{% include 'includes/footer.html' %}
|
||||||
|
|
||||||
{% include 'includes/toasts.html' %}
|
{% include 'includes/toasts.html' %}
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user