mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-29 02:11:28 -06:00
SDA-2193 - Update the CSS property as per the web client changes (#1021)
This commit is contained in:
parent
7288e0c5e5
commit
bcda5ad498
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user