Skip to content

Commit

Permalink
fix: Fixed onClickBlank() not working sometimes.
Browse files Browse the repository at this point in the history
  • Loading branch information
sprout2000 committed Oct 31, 2022
1 parent 2003f22 commit 8af88b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/web/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ $THUMB_BORDER: var(--thumb-border);
}

.thumb-container {
position: relative;
height: auto;
min-height: 100%;
box-sizing: border-box;
padding: 10px;
.thumb {
margin: 4px;
Expand Down

0 comments on commit 8af88b9

Please sign in to comment.