diff --git a/source/screens/demo/examples/ui/drag.njk b/source/screens/demo/examples/ui/drag.njk index 13b48d7..a76f5bb 100755 --- a/source/screens/demo/examples/ui/drag.njk +++ b/source/screens/demo/examples/ui/drag.njk @@ -21,12 +21,12 @@ tags: {% endblock %} {% block body %} -
+ {% endblock %} {%- block script %} - + {% endblock %} \ No newline at end of file diff --git a/source/style/modules/ui/_new_module.scss b/source/style/modules/ui/_new_module.scss index 1456663..100284b 100755 --- a/source/style/modules/ui/_new_module.scss +++ b/source/style/modules/ui/_new_module.scss @@ -118,4 +118,12 @@ $module_top_height: 32px; position: relative; height: 100%; background-color: $color-dark; +} + +#addFrame { + @extend .io_button; + position: fixed; + top: 8px; + right: 8px; + margin: 0; } \ No newline at end of file