mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 17:41: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 {
|
||||
overflow: hidden;
|
||||
margin: 0;
|
||||
position: absolute;
|
||||
/* CSS is pants. Move the bar down a tiny bit to cover up the gap. */
|
||||
top: 1px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
input {
|
||||
|
|
Loading…
Add table
Reference in a new issue