mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
readded scroll and removed no longer used style
This commit is contained in:
parent
4ca436fdf2
commit
a19d7d6e9d
|
@ -11,11 +11,19 @@ const styles = {
|
|||
width: '100%',
|
||||
height: '100%'
|
||||
},
|
||||
buttonBarWrapper: {
|
||||
marginBottom: 1
|
||||
},
|
||||
buttonBar: {
|
||||
height: 26,
|
||||
marginBottom: 1,
|
||||
paddingLeft: 2
|
||||
},
|
||||
elements: {
|
||||
position: 'absolute',
|
||||
left: 0,
|
||||
right: 0,
|
||||
top: 27,
|
||||
bottom: 0,
|
||||
overflowX: 'hidden',
|
||||
overflowY: 'auto'
|
||||
}
|
||||
};
|
||||
|
||||
|
@ -163,10 +171,7 @@ export default class LogMonitor {
|
|||
<LogMonitorButton theme={theme} onClick={::this.handleCommit}>Commit</LogMonitorButton>
|
||||
}
|
||||
</div>
|
||||
<div styles={{
|
||||
overflowX: 'hidden',
|
||||
overflowY: 'auto'
|
||||
}} ref="elements">
|
||||
<div style={styles.elements} ref="elements">
|
||||
{elements}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user