Skip to content

Commit

Permalink
fix: add maxHeight to list
Browse files Browse the repository at this point in the history
  • Loading branch information
Birkbjo committed Nov 20, 2024
1 parent cf7d01f commit 353d4e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pages/categoryCombos/form/CategoryCombo.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
display: flex;
flex-direction: column;
gap: var(--spacers-dp8);
max-width: 570px;
max-width: 650px;
}

.identicalCategoriesList a {
Expand All @@ -18,4 +18,6 @@
.identicalCategoriesList {
margin-inline: 0;
margin-block: var(--spacers-dp8);
max-height: 250px;
overflow: auto;
}

0 comments on commit 353d4e6

Please sign in to comment.