Merge pull request #241 from IBCornelsen/UMBE

.
This commit is contained in:
UMBENOMENA
2024-12-19 19:23:12 +01:00
committed by GitHub

View File

@@ -16,7 +16,7 @@ if(z=='-'){
}else{ }else{
//y.classList.add('hidden'); //y.classList.add('hidden');
y.style.maxHeight = '900px'; y.style.maxHeight = '1500px';
y.style.overflow = 'visible'; y.style.overflow = 'visible';
event.target.innerHTML = "-"; event.target.innerHTML = "-";
} }