style(form): add spacing above label when scrolling to anchor

This commit is contained in:
Colin Darie 2023-09-28 18:56:25 +02:00
parent 1ef9ea0a96
commit eb3878b288
No known key found for this signature in database
GPG key ID: 8C76CADD40253590

View file

@ -138,6 +138,10 @@
margin-bottom: $default-fields-spacer;
}
}
.fr-label {
scroll-margin: $default-spacer * 2;
}
}
.radios {