Skip to content

Commit

Permalink
fix(Select): fix double scroll in sheet on mobile (#1672)
Browse files Browse the repository at this point in the history
  • Loading branch information
mournfulCoroner authored Jun 20, 2024
1 parent 98750c6 commit 164a1f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $xl-right-padding: '12px';
}

&_mobile {
max-height: calc(90vh - 20px);
max-height: 100%;
}

&__group-label,
Expand Down

0 comments on commit 164a1f2

Please sign in to comment.