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 { ul {
display: flex; display: flex;
gap: 2rem; gap: 2rem;
overflow-x: auto; overflow: scroll hidden;
overflow-y: hidden;
padding: .5rem; padding: .5rem;
} }
</style> </style>