Move buttons to right to avoid scroll bars

This commit is contained in:
Jacob Strieb 2019-06-30 03:13:24 -07:00
parent b72caa0b91
commit 4ddebc3e65
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ a, button {
#buttons {
position: absolute;
bottom: 0;
right: 0;
left: 0;
}
form {