Skip to content

Commit

Permalink
Try to always show vertical scrollbar for Let's Go
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkey85 committed Nov 4, 2024
1 parent 7ed78a3 commit 70aad36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Pkmds.Web/Components/LetsGoBoxGrid.razor
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

@if (AppState.SaveFile is SAV7b { } saveFile)
{
<div class="overflow-x-hidden overflow-y-none box-grid-lets-go">
<div class="overflow-x-hidden box-grid-lets-go">
@{
var count = 0;
}
Expand Down
1 change: 1 addition & 0 deletions Pkmds.Web/Components/LetsGoBoxGrid.razor.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
width: 420px;
height: 398px;
display: grid;
overflow: scroll;
grid-template-columns: repeat(5, 80px);
grid-template-rows: repeat(200, 80px);
}
Expand Down

0 comments on commit 70aad36

Please sign in to comment.