mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-22 06:00:07 +03:00
add position relative as style for tree
This commit is contained in:
parent
5a6dc0e89f
commit
0680165deb
|
@ -46,6 +46,7 @@ const getDefaultThemeStyling = (theme: Base16Theme): StylingConfig => {
|
|||
|
||||
return {
|
||||
tree: {
|
||||
position: 'relative',
|
||||
border: 0,
|
||||
padding: 0,
|
||||
marginTop: '0.5em',
|
||||
|
|
Loading…
Reference in New Issue
Block a user