style: show scroll on tops

This commit is contained in:
Michel Roux 2024-01-14 11:32:12 +01:00
parent 515f00fffc
commit d59beae91c
1 changed files with 1 additions and 2 deletions

View File

@ -79,8 +79,7 @@ export default {
ul {
display: flex;
gap: 2rem;
overflow-x: auto;
overflow-y: hidden;
overflow: scroll hidden;
padding: .5rem;
}
</style>