Skip to content

Commit

Permalink
Fix combination tags overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jolelievre committed May 27, 2024
1 parent 8c0631f commit 4783abf
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,12 @@
}
}

.tags-wrapper {
width: 100%;
max-height: 150px;
overflow-y: auto;
}

#attributes-list-selector {
max-height: 50vh;

Expand Down

0 comments on commit 4783abf

Please sign in to comment.