Skip to content
Snippets Groups Projects
Commit 088e31af authored by Janis Daniel Dähne's avatar Janis Daniel Dähne
Browse files

- fixed issue #131 - scroll bar issue in firefox (logger pannel)

parent 81b3d1c6
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ class LoggerPanel extends React.Component<Props, any> {
const lastRenderedAt = moment()
return (
<div className="logger-panel" style={this.props.isCollapsed ? {visibility: 'collapse'} : null}>
<div className="logger-panel" style={this.props.isCollapsed ? {display: 'none'} : null}>
<div className="relative-positioned">
<div className="log-level-buttons">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment