Fix overflow issue in apps list

This commit is contained in:
Andrew Kingston 2023-05-30 11:16:02 +01:00
parent d57c774a30
commit 22815a064c
1 changed files with 0 additions and 1 deletions

View File

@ -355,7 +355,6 @@
justify-content: flex-start; justify-content: flex-start;
align-items: stretch; align-items: stretch;
gap: var(--spacing-xl); gap: var(--spacing-xl);
overflow: hidden;
} }
.empty-wrapper { .empty-wrapper {