Skip to content

Commit

Permalink
fix: ensure the selector content fits in the container
Browse files Browse the repository at this point in the history
This is a ui issue: dhis2/ui#1152.
  • Loading branch information
edoardo committed Mar 2, 2023
1 parent d33336b commit 322dde1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/edit/ItemSelector/styles/ItemSelector.module.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.menu {
overflow: auto;
height: 50vh;
width: 700px;
}
Expand Down

0 comments on commit 322dde1

Please sign in to comment.