mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-22 22:19:48 +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 {
|
return {
|
||||||
tree: {
|
tree: {
|
||||||
|
position: 'relative',
|
||||||
border: 0,
|
border: 0,
|
||||||
padding: 0,
|
padding: 0,
|
||||||
marginTop: '0.5em',
|
marginTop: '0.5em',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user