forked from extern/egroupware
Do not allow to resize sidebox more than screen width
This commit is contained in:
parent
82f147f4fe
commit
8e455d873b
@ -197,7 +197,7 @@
|
||||
{
|
||||
"size": _sideboxStartSize,
|
||||
"minsize": _sideboxMinSize,
|
||||
"maxsize": 0
|
||||
"maxsize": screen.availWidth - 50
|
||||
}
|
||||
], this);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user