mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-25 09:13:05 +08:00
Fix for scoll-to elements being hidden behind sticky navigation [SCI-7937]
This commit is contained in:
parent
c88e2df19c
commit
13ba7c1ea5
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,11 @@
|
|||
|
||||
@import "constants";
|
||||
|
||||
// Fix for elements being scrolled to being hidden behind sticky navigation
|
||||
html {
|
||||
scroll-padding-top: 128px;
|
||||
}
|
||||
|
||||
.protocol-description-content {
|
||||
margin: 20px 0 20px 10px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue