diff --git a/editor.css b/editor.css index 3e6b451..cff2e50 100644 --- a/editor.css +++ b/editor.css @@ -66,16 +66,25 @@ body { } #sidecontent { - /* position: absolute; + position: absolute; + top: 20px; bottom: 20px; left: 20px; - right: 20px; */ + right: 20px; overflow-y: auto; overflow-x: hidden; text-align: justify; hyphens: auto; word-wrap: break-word; - height: 80%; + /* height: 80%; */ +} + +#sidebuttons { + position: absolute; + bottom: 20px; + left: 20px; + right: 20px; + padding-top: 20px; } .contextmenu { diff --git a/editor.html b/editor.html index 08de2ce..baacbef 100644 --- a/editor.html +++ b/editor.html @@ -10,12 +10,7 @@