just put "align-self: normal;" in .category.
.category { display: flex; flex: 1; align-items: flex-end; align-self: normal; max-height: 100%; overflow: hidden; border: 3px solid green; gap: 5px; padding: 5px; }