Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
Scroll main div to fix background CSS.
Browse files Browse the repository at this point in the history
  • Loading branch information
noahc3 committed Nov 9, 2021
1 parent 1b4c3c1 commit 7690853
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SDSetupBlazor/wwwroot/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

.main {
flex: 1;
overflow-y: scroll;
}

.main .top-row {
Expand Down Expand Up @@ -378,4 +379,4 @@ a.nav-item.nav-link.active {
margin-left: auto;
margin-right: auto;
margin:-0.5rem;
}
}

0 comments on commit 7690853

Please sign in to comment.