mirror of
https://github.com/9001/copyparty.git
synced 2026-06-19 12:42:51 -06:00
don't use flex for treeh due to chrome messing up the buttons
This commit is contained in:
parent
c1d0500f49
commit
ddcf49ac49
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue