Browse Source

Merge pull request #5779 from wenzhixin/fix/5348

Fixed loading width bug
Dustin Utecht 4 years ago
parent
commit
f22f7a5e71
1 changed files with 1 additions and 0 deletions
  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;