ソースを参照

Merge pull request #5779 from wenzhixin/fix/5348

Fixed loading width bug
Dustin Utecht 4 年 前
コミット
f22f7a5e71
1 ファイル変更1 行追加0 行削除
  1. 1 0
      src/themes/_theme.scss

+ 1 - 0
src/themes/_theme.scss

@@ -209,6 +209,7 @@
         position: absolute;
         bottom: 0;
         width: 100%;
+        max-width: 100%;
         z-index: 1000;
         transition: visibility 0s, opacity 0.15s ease-in-out;
         opacity: 0;