Skip to content

Commit

Permalink
elyra-ai#2099 Palette overflow-y set to auto (elyra-ai#2100)
Browse files Browse the repository at this point in the history
Signed-off-by: Carita Ou <cou@us.ibm.com>
  • Loading branch information
caritaou authored Aug 9, 2024
1 parent 5ddb617 commit eab3fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion canvas_modules/common-canvas/src/palette/palette.scss
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ $palette-search-container-height: 41px;

.palette-flyout-categories {
overflow-x: hidden;
overflow-y: scroll;
overflow-y: auto;
min-height:100%;
height:0;

Expand Down

0 comments on commit eab3fa5

Please sign in to comment.