Skip to content

Commit

Permalink
Include overflow in the properties-control-wrapper child
Browse files Browse the repository at this point in the history
Signed-off-by: srikant <[email protected]>
  • Loading branch information
srikant-ch5 committed Dec 27, 2024
1 parent 3e29fb7 commit 1a1288e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
padding-bottom: $spacing-05; // Adds padding to the control
&.action {
display: flex;
justify-content: space-around;
> div:first-child {
width: 100%;
overflow-x: scroll;
}
}
}

0 comments on commit 1a1288e

Please sign in to comment.