Improve scrolling to anchor with fixed header (#6615)

This commit is contained in:
Yuriy Bakhtin 2023-10-17 15:30:52 +02:00 committed by GitHub
parent a3568272ea
commit 9eaf0718ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 1 deletions

View File

@ -5,6 +5,7 @@ HumHub Changelog
---------------------------
- Fix #6596: Fix duplicate error and hint for RichText editor with defined form
- Fix #6595: Fix mimetype of converted preview svg file to png after uploading
- Fix #6615: Improve scrolling to anchor with fixed header
1.14.4 (September 20, 2023)
---------------------------

View File

@ -1,6 +1,10 @@
//
// General
// --------------------------------------------------
html {
scroll-padding-top: 130px;
}
body {
.text-break();
padding-top: 130px;

File diff suppressed because one or more lines are too long