Sidebar overlap issue

On Windows 10 Chrome 96 (latest) the sidebar overlaps body content:

On Mac in Chrome or Safari this is not an issue.

Unfortunately most of our staff is on this configuration of Windows and Chrome. Any advice?

Hi @Justin_Ruckman

This is a known issue! our team are currently working on a fix for this. I will let you know as soon a the fix has been implemented.

Thank you. Possible to get an ETA, or to escalate? This is delaying the rollout of our app, as all users are on Windows. We’ve tried Edge, Chrome, and Firefox on Windows 10 and 11 and so far the bug is present on all of them.

FWIW, we implemented a CSS hack that appears to help, though it may break if/when the class names change:

.css-l5mzle {
width: calc(100% - 330px) !important;
margin-left: 330px !important;
}

@Justin_Ruckman

Fix will not be implemented until the New Year due to the Christmas holiday period.

Apologies for any inconvenience caused.