mirror of https://github.com/CIRCL/lookyloo
fix: in some cases, container class was overlapping the tree
parent
fa56a3e1f0
commit
13c051e5ce
|
@ -14,6 +14,11 @@
|
||||||
stroke-width: 2px;
|
stroke-width: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.container {
|
||||||
|
width: 0px;
|
||||||
|
height: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
#menu_container {
|
#menu_container {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 5px;
|
top: 5px;
|
||||||
|
|
Loading…
Reference in New Issue