fix: in some cases, container class was overlapping the tree

pull/105/head
Raphaël Vinot 2020-10-21 12:40:45 +02:00
parent fa56a3e1f0
commit 13c051e5ce
1 changed files with 5 additions and 0 deletions

View File

@ -14,6 +14,11 @@
stroke-width: 2px;
}
.container {
width: 0px;
height: 0px;
}
#menu_container {
position: fixed;
top: 5px;