fix: Properly hide the sidebar on medium and smaller viewports (#4860)

Fixes #4858.
This commit is contained in:
Lars Eggert 2022-12-09 16:17:21 +02:00 committed by GitHub
parent f870715a80
commit 5af9b82927
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -117,7 +117,7 @@
</div>
{% endif %}
</div>
<div class="d-print-none col-3 bg-light collapse{% if request.COOKIES.sidebar != 'off'%} show{% endif %}" id="sidebar">
<div class="d-none d-md-block d-print-none col-3 bg-light collapse{% if request.COOKIES.sidebar != 'off'%} show{% endif %}" id="sidebar">
<div class="position-fixed col-3 border-start sidebar overflow-scroll overscroll-none no-scrollbar">
<button class="btn btn-outline-secondary float-end m-2"
type="button"