refactor(overview): prevent vertical scrollbar

This commit is contained in:
Carlos Valente
2025-11-17 13:51:18 +01:00
committed by Carlos Valente
parent a13d3dad93
commit 3dfb49e63f
@@ -35,4 +35,5 @@
align-items: center;
justify-content: space-between;
overflow-x: auto;
overflow-y: hidden;
}