diff --git a/RIGS/templates/RIGS/event_form.html b/RIGS/templates/RIGS/event_form.html
index 28e307ca..b2b4dcd7 100644
--- a/RIGS/templates/RIGS/event_form.html
+++ b/RIGS/templates/RIGS/event_form.html
@@ -63,7 +63,7 @@
} else {
$('.form-is_rig').slideDown();
}
- $('.form-hws').css('overflow', 'visible');
+ $('.form-hws, .form-hws .form-is_rig').css('overflow', 'visible');
} else {
$('#{{form.is_rig.auto_id}}').prop('checked', false);
$('.form-is_rig').slideUp();
@@ -445,4 +445,4 @@
{% include 'RIGS/item_modal.html' %}
-{% endblock %}
\ No newline at end of file
+{% endblock %}