fix minor rendering issue in popup panel on small viewports

pull/2/head
gorhill 8 years ago
parent 170a665d4a
commit 0a43c6fedd

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

Loading…
Cancel
Save