diff --git a/public/devtool/text.css b/public/devtool/text.css index 26be992b2..1d6fe737f 100644 --- a/public/devtool/text.css +++ b/public/devtool/text.css @@ -75,6 +75,12 @@ height: 100%; } +.layout > .content > .editor-area .editor-control { + position: absolute; + bottom: 0; + right: 0; +} + .layout > .content > .editor-area > .data-area { display: flex; } diff --git a/public/index.html b/public/index.html index 965c83a71..fb6db9641 100644 --- a/public/index.html +++ b/public/index.html @@ -17,6 +17,7 @@