mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 01:51:40 -05:00
Fix #442: Second time lucky.
This commit is contained in:
parent
635836a3d5
commit
24627d9d26
1 changed files with 4 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue