style: add padding to make easier to scroll on tops on desktop
This commit is contained in:
parent
a480d70faf
commit
4da4e6a3a1
@ -85,5 +85,6 @@ export default {
|
|||||||
display: flex;
|
display: flex;
|
||||||
gap: 2rem;
|
gap: 2rem;
|
||||||
overflow: scroll hidden;
|
overflow: scroll hidden;
|
||||||
|
padding-bottom: .5rem;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user