mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-31 12:09:17 +08:00
Merge pull request #5006 from artoscinote/ma_SCI_7937
Fix for scroll-to elements being hidden behind sticky navigation [SCI-7937]
This commit is contained in:
commit
77e511745d
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,11 @@
|
||||||
|
|
||||||
@import "constants";
|
@import "constants";
|
||||||
|
|
||||||
|
// Fix for elements being scrolled to being hidden behind sticky navigation
|
||||||
|
html {
|
||||||
|
scroll-padding-top: 128px;
|
||||||
|
}
|
||||||
|
|
||||||
.protocol-description-content {
|
.protocol-description-content {
|
||||||
margin: 20px 0 20px 10px;
|
margin: 20px 0 20px 10px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue