mirror of
https://github.com/humhub/humhub.git
synced 2025-01-16 21:58:17 +01:00
Improve scrolling to anchor with fixed header (#6615)
This commit is contained in:
parent
a3568272ea
commit
9eaf0718ed
@ -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)
|
||||
---------------------------
|
||||
|
@ -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
Loading…
x
Reference in New Issue
Block a user