瀏覽代碼

fix: prevent popover flow out of the radius limit area

代强 1 年之前
父節點
當前提交
a79c0201c5
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/semi-foundation/dropdown/dropdown.scss

+ 1 - 0
packages/semi-foundation/dropdown/dropdown.scss

@@ -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;