mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Take into account an offset for the menu bar on anchor targets (#22451)
This commit is contained in:
parent
41e177fe51
commit
b8ba36713f
@ -771,3 +771,10 @@ a.my {
|
|||||||
border: 0px;
|
border: 0px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:target {
|
||||||
|
display: block;
|
||||||
|
position: relative;
|
||||||
|
top: -100px;
|
||||||
|
visibility: hidden;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user