1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-02 10:24:59 +12:00

allow access to toolbar controls

This commit is contained in:
gorhill 2015-05-06 00:41:25 -04:00
parent 6f786635f4
commit 1901b9c6e8

View file

@ -14,7 +14,6 @@ body {
background-color: white;
border: 0;
box-sizing: border-box;
height: 40px;
left: 0;
margin: 0;
padding: 0 1em;
@ -56,7 +55,7 @@ input:focus {
}
#content {
font: 13px sans-serif;
margin-top: 40px;
margin-top: 3.5em;
width: 100%;
}
@ -186,7 +185,7 @@ body.compactView #content td {
left: 0;
position: fixed;
right: 0;
top: 0;
top: 3.5em;
z-index: 100;
}
#popupContainer.show ~ #focusOverlay {