瀏覽代碼

fix: popup style in latest Chrome

Gerald 6 年之前
父節點
當前提交
f7beca5e10
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/popup/style.css

+ 2 - 0
src/popup/style.css

@@ -1,6 +1,8 @@
 body {
   width: 320px;
   max-width: 100%;
+  /* Latest Chrome renders an extra blank for a nonexistent scrollbar */
+  overflow: hidden;
   background: #f8f8f8;
   @media (min-width: 360px) {
     width: 100%;