allow access to toolbar controls

pull/2/head
gorhill 9 years ago
parent 6f786635f4
commit 1901b9c6e8

@ -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 {

Loading…
Cancel
Save