Fix #442: Second time lucky.

This commit is contained in:
Oliver Blanthorn 2018-05-05 14:30:06 +01:00
parent 635836a3d5
commit 24627d9d26
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -1,6 +1,10 @@
body { body {
overflow: hidden; overflow: hidden;
margin: 0; margin: 0;
position: absolute;
/* CSS is pants. Move the bar down a tiny bit to cover up the gap. */
top: 1px;
width: 100%;
} }
input { input {