🐛 Hide horizontal scroll from dashboard sidebar

This commit is contained in:
Marina López 2025-03-05 10:05:16 +01:00 committed by Alejandro Alonso
parent cc7f745a0a
commit a7f6797499
2 changed files with 2 additions and 0 deletions

View file

@ -32,6 +32,7 @@
gap: $s-24;
height: 100%;
padding: 0;
overflow-x: hidden;
overflow-y: auto;
}