mirror of
https://github.com/romancm/gamebrary
synced 2025-02-17 19:48:24 +00:00
remove bottom padding from board
This commit is contained in:
parent
03f9949745
commit
43a4e877c1
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ export default {
|
|||
align-items: flex-start;
|
||||
height: 100vh;
|
||||
width: 100%;
|
||||
padding: 1rem;
|
||||
padding: 1rem 1rem 0;
|
||||
box-sizing: border-box;
|
||||
overflow-x: auto;
|
||||
overflow-x: overlay;
|
||||
|
|
Loading…
Add table
Reference in a new issue