Merge pull request #2618 from iwalton3/client-custom-css
Allow client custom css and disabling global server custom css.
This commit is contained in:
@@ -56,7 +56,6 @@ import '../emby-input/emby-input';
|
||||
textarea.style.height = 'auto';
|
||||
newHeight = textarea.scrollHeight/* - offset*/;
|
||||
}
|
||||
$('.customCssContainer').css('height', newHeight + 'px');
|
||||
textarea.style.height = newHeight + 'px';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user