Remove CSS height set on system sequences

This commit is contained in:
Cohee 2024-09-05 20:20:42 +03:00
parent 733bb84044
commit e335b62b0b
1 changed files with 0 additions and 3 deletions

View File

@ -111,9 +111,6 @@ export async function loadInstructMode(data) {
}
});
$('#instruct_system_sequence').css('height', 'auto');
$('#instruct_system_suffix').css('height', 'auto');
instruct_presets.forEach((preset) => {
const name = preset.name;
const option = document.createElement('option');