diff --git a/src/main/resources/static/css/tooltip.css b/src/main/resources/static/css/tooltip.css index 2705778..43bcb3b 100644 --- a/src/main/resources/static/css/tooltip.css +++ b/src/main/resources/static/css/tooltip.css @@ -18,7 +18,7 @@ div#tooltip { width: 350px; /* width: 70%; */ /* background-color: rgb(68, 158, 116); */ - min-height: 591px; + min-height: 400px; } .collapsible { @@ -47,7 +47,7 @@ div#tooltip { .fixed { position: fixed; /*top: 50%;*/ - left: 50%; - margin-top: 150px; - margin-left: 300px; + /*left: 50%;*/ + margin-top: 100px; + margin-left: 950px; } \ No newline at end of file