Skip to content

Commit

Permalink
Fix Let's Go scrollable area height
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkey85 committed Nov 4, 2024
1 parent 3356c19 commit 6c681cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pkmds.Web/Components/LetsGoBoxGrid.razor.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@

@media (min-width: 1280px) {
.box-grid-lets-go {
height: 796px;
height: calc(100vh - 310px);
}
}

0 comments on commit 6c681cd

Please sign in to comment.