WebHost: Fixed scrolling to anchors (#1085)

* WebHost: Modernized anchor code

* WebHost: Fixed scrolling to anchors

* WebHost: Fixed scrolling to anchors when fonts are being loaded

* WebHost: Anchor PR changes requested by LegendaryLinux
This commit is contained in:
recklesscoder
2022-10-14 23:09:17 +02:00
committed by GitHub
parent bbb6ee89cf
commit 1f01404ca4
5 changed files with 50 additions and 56 deletions

View File

@@ -1,5 +1,7 @@
html{
padding-top: 110px;
scroll-padding-top: 100px;
scroll-behavior: smooth;
}
#base-header{