Skip to content

Commit

Permalink
fix: remove plan dropdown cropping in addons view TASK-1361 (#5352)
Browse files Browse the repository at this point in the history
This fixes the unwanted cropping of the plan selection dropdown in
addons view

### 💭 Notes
There was an `overflow-y: auto` style in the dropdown's container class
that was forcing the crop of the list.
  • Loading branch information
pauloamorimbr authored Dec 13, 2024
1 parent 2d9eb36 commit c1d68a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jsapp/js/account/plans/plan.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ $plan-badge-height: 38px;

.accountPlan {
padding: 30px 40px;
overflow-y: auto;
position: relative;
height: 100%;
width: 100%;
Expand Down

0 comments on commit c1d68a4

Please sign in to comment.