1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-02 18:34:52 +12:00

fix minor rendering issue in popup panel on small viewports

This commit is contained in:
gorhill 2017-11-24 14:19:55 -05:00
parent 170a665d4a
commit 0a43c6fedd

View file

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