There's a problem when viewing Zimbra web client in Google Chrome v45: The user interface does not fill the whole width of the browser window.
While waiting for Zimbra and Chrome to fix it, we can use this workaround:
- open Chrome DevTools (with
Ctrl+Shift+J
orCommand+Option+J
) - run this command:
$("#skin_td_main").setAttribute('style', 'width: 88%')
- close Chrome DevTools (with
F12
)
Screenshots: