mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 04:57:38 +03:00
Fix anchor tags scrolling to the wrong place when fixed navbar is enabled (#82)
This commit is contained in:
parent
d4a2b3edc6
commit
e6b9a2e426
2 changed files with 12 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue