1
0
Эх сурвалжийг харах

fix: popup style in latest Chrome

Gerald 6 жил өмнө
parent
commit
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%;