Browse Source

fix: remove fit-content with max-content to match chromium breakchange in 104. (#1032)

代强 3 years ago
parent
commit
3d150d1b7f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/semi-foundation/_portal/portal.scss

+ 1 - 1
packages/semi-foundation/_portal/portal.scss

@@ -12,6 +12,6 @@ $module: #{$prefix}-portal;
     &-inner {
         position: absolute;
         background-color: transparent;
-        min-width: fit-content;
+        min-width: max-content;
     }
 }