add position relative as style for tree

This commit is contained in:
lucataglia 2023-05-21 22:25:45 +02:00
parent 5a6dc0e89f
commit 0680165deb

View File

@ -46,6 +46,7 @@ const getDefaultThemeStyling = (theme: Base16Theme): StylingConfig => {
return {
tree: {
position: 'relative',
border: 0,
padding: 0,
marginTop: '0.5em',