Skip to content

Commit

Permalink
Merge pull request #13886 from krauselukas/fix/line_number_anchors_no…
Browse files Browse the repository at this point in the history
…tification_bar

Increase `scroll-padding-top` value by height of notification toolbar
  • Loading branch information
krauselukas authored Feb 24, 2023
2 parents 1054ba6 + 82fc578 commit fdf0dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/app/assets/stylesheets/webui/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@

html {
overflow-y: scroll !important;
scroll-padding-top: $top-navigation-height;
scroll-padding-top: $top-navigation-height + $notification-toolbar-height;
}

0 comments on commit fdf0dc0

Please sign in to comment.