Skip to content

Commit

Permalink
change unit of scroll-margin-top from px to rem
Browse files Browse the repository at this point in the history
  • Loading branch information
sadiqkhoja committed Jul 30, 2024
1 parent 3b5b6f7 commit a2d4ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-forms/src/components/FormQuestion.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const submitPressed = inject('submitPressed');
display: flex;
flex-direction: column;
padding: 0.5rem 1rem 0 1rem;
scroll-margin-top: 60px;
scroll-margin-top: 4rem;
border-radius: 10px;
&.highlight {
Expand Down

0 comments on commit a2d4ec8

Please sign in to comment.