网页右侧出现未知白色space

Unknown white space appear on the right side of web page

外观如下:

[]

我在 ReactJS 中创建了该页面,但我已经复制了该页面 here

为了更好的显白space,截图如下:

几个有趣的观察:

关于以下问题的任何想法:1) 为什么会出现白色 space? 2) 我该如何解决这个问题?

PS:以防万一你错过了我把 link 放到 CodePen 的部分,Here it is again.

更新 2:我将这个输入框放在页面外:

<input type="file" class="attache-upload-button" data-reactid=".0.0.1.3.1.1.0.0.1">

对应样式:

.review-add-form form .uploader .attache-upload-area .attache-upload-button {
  position: fixed;
  top: -1000px;
}

我和 chrome 检查员一起检查了 DOM,我发现 <svg class="bar"> 的宽度超标了。我试图将 overflow: hidden 设置为包含元素 .progress-bar-circle 并且空格消失了