mirror of
https://github.com/unraid/webgui.git
synced 2026-02-25 11:49:12 -06:00
Fix mobile devices
This commit is contained in:
@@ -1914,6 +1914,7 @@ $(function() {
|
||||
if ($(this).is(':checked')) {
|
||||
setTimeout(function() {
|
||||
var xmlPanelHeight = window.outerHeight - 550;
|
||||
if (xmlPanelHeight < 0) xmlPanelHeight = null;
|
||||
editor.setSize(null,xmlPanelHeight);
|
||||
editor.refresh();
|
||||
}, 100);
|
||||
|
||||
Reference in New Issue
Block a user