diff --git a/frontend/src/pages/RoadmapPage/components/Roadmap/SubKeyword.tsx b/frontend/src/pages/RoadmapPage/components/Roadmap/SubKeyword.tsx
index 23186c420..5f12dcfb0 100644
--- a/frontend/src/pages/RoadmapPage/components/Roadmap/SubKeyword.tsx
+++ b/frontend/src/pages/RoadmapPage/components/Roadmap/SubKeyword.tsx
@@ -29,7 +29,7 @@ const SubKeyword = (props: SubKeywordProps) => {
font-weight: bold;
cursor: pointer;
border-radius: 4px;
- overflow: hidden;
+ overflow: visible;
&:hover {
background: ${hsl(toAdjustedLightness(toHue(KeywordColors.SUB_KEYWORD, hue), -0.1))};
@@ -48,9 +48,8 @@ const SubKeyword = (props: SubKeywordProps) => {
display: flex;
align-items: flex-start;
justify-content: flex-end;
- position: absolute;
- top: -5px;
- right: -5px;
+ margin-right: -5px;
+ margin-top: -5px;
`}
>