Skip to content

Commit

Permalink
add scroll padding to _Layout.cshtml
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Nov 4, 2024
1 parent a1033fc commit e2447b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MyApp/Pages/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
cls.remove('dark')
</script>
<link rel="stylesheet" href="css/app.css">
<style>html { scroll-padding-top: 5rem }</style>

<script async src="https://ga.jspm.io/npm:[email protected]/dist/es-module-shims.js"></script>
@Html.ImportMap(new() {
Expand Down

0 comments on commit e2447b0

Please sign in to comment.