Sfoglia il codice sorgente

fix: prevent popover flow out of the radius limit area

代强 1 anno fa
parent
commit
a79c0201c5
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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;