2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-14 11:05:32 +00:00

add anchor offset

This commit is contained in:
Matthias Mair
2023-01-28 15:42:36 +01:00
parent 2562ac7797
commit 2c3c6037c4
2 changed files with 9 additions and 1 deletions

View File

@ -99,4 +99,11 @@ layout: empty
.plugin_links {
@apply mb-0 italic
}
.anchor {
display: block;
position: relative;
top: -4.5rem;
visibility: hidden;
}
}