Skip to content

Instantly share code, notes, and snippets.

@dungsaga
Last active July 11, 2018 09:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dungsaga/662880375c4ae2dd6711 to your computer and use it in GitHub Desktop.
Save dungsaga/662880375c4ae2dd6711 to your computer and use it in GitHub Desktop.
fix "narrow columns" of Zimbra web client in Google Chrome v45

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:

  1. open Chrome DevTools (with Ctrl+Shift+J or Command+Option+J)
  2. run this command: $("#skin_td_main").setAttribute('style', 'width: 88%')
  3. close Chrome DevTools (with F12)

Screenshots: screenshot1 screenshot2

More detail:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment