Replace inline styles with stylesheet (#3115)
This commit is contained in:
committed by
Eugen Rochko
parent
550863198c
commit
b8b7b506a2
@@ -133,7 +133,7 @@ class UI extends React.PureComponent {
|
||||
<Compose withHeader={true} />
|
||||
<HomeTimeline shouldUpdateScroll={noOp} />
|
||||
<Notifications shouldUpdateScroll={noOp} />
|
||||
<div style={{display: 'flex', flex: '1 1 auto', position: 'relative'}}>{children}</div>
|
||||
<div className="column__wrapper">{children}</div>
|
||||
</ColumnsArea>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user