Fix for MIC field overflowing the bottom of the panel #218

This commit is contained in:
Tom Price
2016-07-14 00:04:09 +01:00
parent fc6db5bff2
commit b4246fe170

View File

@@ -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 @@
</form>
{% include 'RIGS/item_modal.html' %}
{% endblock %}
{% endblock %}