mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
help: Fix anchor hidden under navbar
The solution idea is from https://github.com/twbs/bootstrap/issues/1768#issuecomment-46519033 Signed-off-by: Veiko Aasa <veiko17@disroot.org> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
20a1c70fc2
commit
c18be280f6
@ -561,6 +561,15 @@ a.menu_link_active {
|
||||
grid-column: 1;
|
||||
}
|
||||
|
||||
/* Help manual - anchor is below navbar */
|
||||
*[id^='idm']:before {
|
||||
display: block;
|
||||
content: " ";
|
||||
margin-top: -60px;
|
||||
height: 60px;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 767px) {
|
||||
.app-header {
|
||||
display: flex;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user