Fix editor height locking features where it was displaying overflow instead of autoing
This commit is contained in:
@ -340,8 +340,6 @@ $(document).ready(function() {
|
|||||||
magiVal = 0;
|
magiVal = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(magiVal);
|
|
||||||
|
|
||||||
$('.scroll-locker').css("min-height", $('.editorScrollDiv').height()).css("height",magiVal-185);
|
$('.scroll-locker').css("min-height", $('.editorScrollDiv').height()).css("height",magiVal-185);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Reference in New Issue
Block a user