SDA-2193 - Update the CSS property as per the web client changes (#1021)

This commit is contained in:
Kiran Niranjan 2020-06-17 11:52:29 +05:30 committed by GitHub
parent 7288e0c5e5
commit bcda5ad498
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;