diff --git a/src/components/Skill/index.css b/src/components/Skill/index.css index 19b2b37..7c2ff71 100644 --- a/src/components/Skill/index.css +++ b/src/components/Skill/index.css @@ -170,3 +170,8 @@ width: 20rem; transform: translateX(calc((1 - var(--treeindex)) * 40%)); } + +.actionSkill:hover .description { + bottom: auto; + top: 100%; +}