mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-02-17 20:19:40 +00:00
Fix for MIC field overflowing the bottom of the panel #218
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user