mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 04:46:49 +00:00
Further improvements for fragment scrolling (#35481)
* Further fixes for fragment scrolling * revert Gemfile.lock --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
6ac11930ef
commit
8b68bfdd0c
@ -1393,12 +1393,10 @@ h1, h2, h3, h4, h5, h6 {
|
|||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
:target {
|
:target, .title-link {
|
||||||
display: block;
|
display: inline-block;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -100px;
|
scroll-margin-top: 140px;
|
||||||
visibility: hidden;
|
|
||||||
scroll-margin-top: 80px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.site-header {
|
.site-header {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user