@@ -19,6 +19,7 @@
@@ -41,6 +42,7 @@
diff --git a/playground/layouts/view.css b/playground/layouts/view.css
index 2111a35a28..85e493c297 100644
--- a/playground/layouts/view.css
+++ b/playground/layouts/view.css
@@ -2,6 +2,11 @@ body {
text-align: center;
}
+.tool-bar button {
+ position: absolute;
+ right: 0;
+}
+
.tool-bar {
min-height: 50px;
background: linear-gradient(45deg, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);