From bcda5ad4983126bac61e84c5d6b5495c1061effe Mon Sep 17 00:00:00 2001 From: Kiran Niranjan Date: Wed, 17 Jun 2020 11:52:29 +0530 Subject: [PATCH] SDA-2193 - Update the CSS property as per the web client changes (#1021) --- src/renderer/components/windows-title-bar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/components/windows-title-bar.tsx b/src/renderer/components/windows-title-bar.tsx index 29bb6b5c..44113616 100644 --- a/src/renderer/components/windows-title-bar.tsx +++ b/src/renderer/components/windows-title-bar.tsx @@ -257,7 +257,7 @@ export default class WindowsTitleBar extends React.Component<{}, IState> { private updateTitleBar(): void { const { isFullScreen, titleBarHeight } = this.state; const contentWrapper = document.getElementById('content-wrapper'); - const appView = document.getElementsByClassName('jss3')[0] as HTMLElement; + const appView = document.getElementsByClassName('jss1')[0] as HTMLElement; const root = document.getElementById('root'); const railContainer = document.getElementsByClassName('ReactRail-container-2')[0] as HTMLElement; const railList = document.getElementsByClassName('railList')[0] as HTMLElement;