diff --git a/~dev_rating/application/views/teacher/discipline/edit/structure.twig b/~dev_rating/application/views/teacher/discipline/edit/structure.twig
index aedef3da45ed04c18365ff3947c28ebdf6d32ee5..0e94e9222ce1205e86946c8480e19cfc02de1317 100644
--- a/~dev_rating/application/views/teacher/discipline/edit/structure.twig
+++ b/~dev_rating/application/views/teacher/discipline/edit/structure.twig
@@ -27,7 +27,7 @@
             <div class="actions">Действия</div>
         {% endif %}
     </div>
-    <div class="moduleList StructureTable">
+    <div class="moduleList StructureTable" style="overflow:visible">
         {% for module in Map.Modules %}
             {% if module.Type == 'regular' %}
                 <div class="moduleGroup" id="{{ module.ID }}">
@@ -98,9 +98,9 @@
         {% else %}
             <div class="empty"><p class="notification">Модули отсутствуют</p></div>
         {% endfor %}
+        
+        {% if Discipline.IsLocked != 1 %}
+            <button class="addModule">Добавить модуль</button>
+        {% endif %}
     </div>
-
-    {% if Discipline.IsLocked != 1 %}
-        <button class="addModule">Добавить модуль</button>
-    {% endif %}
 {% endblock %}