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:
artoscinote 2023-02-21 15:07:57 +01:00 committed by GitHub
commit 77e511745d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
} }