Skip to content

Commit

Permalink
Fix missing scroll padding
Browse files Browse the repository at this point in the history
  • Loading branch information
yawnoc committed Aug 20, 2023
1 parent 2a49f32 commit ce3bd87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions res/mahjong.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ html {
background: #1d7;
max-width: var(--html-max-width);
margin: 0 auto;
scroll-padding-top: calc(1.3 * var(--header-nav-height));
}


Expand Down

0 comments on commit ce3bd87

Please sign in to comment.