Browse Source

fix: popup style in latest Chrome

Gerald 6 years ago
parent
commit
f7beca5e10
1 changed files with 2 additions and 0 deletions
  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%;