don't use flex for treeh due to chrome messing up the buttons

This commit is contained in:
Til Schmitter 2026-04-18 23:54:50 +02:00
parent c1d0500f49
commit ddcf49ac49

View file

@ -1812,7 +1812,7 @@ html {
background: var(--tree-bg);
border-bottom: 1px solid var(--bg-d3);
overflow: auto;
display: flex;
display: block;
padding: .3em 0;
}
#treepar {