Change width to min-width for the cards and allow x-scroll on the hand component.
This commit is contained in:
parent
17e43beb1e
commit
0ddbaf064b
1 changed files with 2 additions and 2 deletions
|
|
@ -104,18 +104,18 @@ export default {
|
|||
border-radius: 20px;
|
||||
align-items: center;
|
||||
flex-wrap: nowrap;
|
||||
overflow-x: auto;
|
||||
margin: 0 auto;
|
||||
display: flex;
|
||||
height: 250px;
|
||||
padding: 0px;
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
.card {
|
||||
background-color: var(--card-background);
|
||||
min-width: calc(100% / 9);
|
||||
color: var(--card-text);
|
||||
flex-direction: column;
|
||||
width: calc(100% / 9);
|
||||
border-radius: 10px;
|
||||
padding: 10px;
|
||||
display: flex;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue