We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5309d1 commit dbb991cCopy full SHA for dbb991c
src/app/templates/client/Client.jsx
@@ -260,6 +260,12 @@ function Client() {
260
if (sidebarTransition) classesDragDrop.push('use-transition-sidebar');
261
if (isHoverSidebar) classesDragDrop.push('use-hover-sidebar');
262
263
+ if (!navigationSidebarHidden) {
264
+ $('body').addClass('navigation-wrapper-auto-visible');
265
+ } else {
266
+ $('body').removeClass('navigation-wrapper-auto-visible');
267
+ }
268
+
269
return (
270
<>
271
<LoadingPage />
0 commit comments