chore: tooltip placing

This commit is contained in:
2024-09-08 16:32:11 +02:00
parent b09761de58
commit a3d9e68c8a
3 changed files with 12 additions and 10 deletions
@@ -89,7 +89,7 @@ export default defineComponent({
.tooltip-content {
width: 300px;
min-height: 200px;
background-color: #333;
background-color: #1f1f1f;
box-shadow: 0 0 10px 2px #aaa;
padding: 0.5em;