fix(project): 호버 툴팁을 커서 위쪽 가운데로

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-09-17 15:38:50 +09:00
parent 8cc466dd17
commit 825d63ab42
5 changed files with 11 additions and 8 deletions
@@ -1,7 +1,7 @@
{% extends "erp_base.html" %}
{% block head_extra %}
<link rel="stylesheet" href="/static/project.css?v=20260918a" />
<link rel="stylesheet" href="/static/project.css?v=20260918b" />
<link rel="stylesheet" href="/static/vendor/material-symbols/material-symbols.css" />
{% endblock %}
@@ -45,5 +45,5 @@
{% endif %}
</div>
<script src="/static/project.js?v=20260918a" defer></script>
<script src="/static/project.js?v=20260918b" defer></script>
{% endblock %}