Skip to content

Commit

Permalink
fix: prevent popover flow out of the radius limit area
Browse files Browse the repository at this point in the history
  • Loading branch information
DaiQiangReal committed Feb 6, 2024
1 parent 8eb2a04 commit a79c020
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/semi-foundation/dropdown/dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ $module: #{$prefix}-dropdown;
.#{$module} {
@include font-size-regular;
&-wrapper {
overflow-y:auto; // prevent flow out of the radius limit area
@include shadow-elevated;
position: relative;
z-index: $z-dropdown;
Expand Down

0 comments on commit a79c020

Please sign in to comment.