Fix for scoll-to elements being hidden behind sticky navigation [SCI-7937]

This commit is contained in:
Martin Artnik 2023-02-21 15:04:58 +01:00
parent c88e2df19c
commit 13ba7c1ea5

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