Fix anchor tags scrolling to the wrong place when fixed navbar is enabled (#82)

This commit is contained in:
Butter Cat 2024-04-07 10:52:59 -04:00 committed by GitHub
parent d4a2b3edc6
commit e6b9a2e426
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{% import "utils.html" as utils %}
<!DOCTYPE html>
<html lang="en">
<html lang="en" class="{% if prefs.fixed_navbar == "on" %}fixed_navbar{% endif %}">
<head>
{% block head %}
<title>{% block title %}Redlib{% endblock %}</title>