From 4ddebc3e65dc92b1f0ac727edd60b80c0acb6b42 Mon Sep 17 00:00:00 2001 From: Jacob Strieb Date: Sun, 30 Jun 2019 03:13:24 -0700 Subject: [PATCH] Move buttons to right to avoid scroll bars --- editor/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/main.css b/editor/main.css index b60a834..7cdf52a 100644 --- a/editor/main.css +++ b/editor/main.css @@ -39,7 +39,7 @@ a, button { #buttons { position: absolute; bottom: 0; - right: 0; + left: 0; } form {