Browse Source

fix minor rendering issue in popup panel on small viewports

pull/2/head
gorhill 7 years ago
parent
commit
0a43c6fedd
  1. 1
      src/css/popup.css

1
src/css/popup.css

@ -10,6 +10,7 @@ body {
overflow-x: hidden; overflow-x: hidden;
overflow-y: auto; overflow-y: auto;
padding: 0; padding: 0;
position: relative;
} }
*:focus { *:focus {
outline: none; outline: none;

Loading…
Cancel
Save