mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-22 05:49:03 +01:00
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