Skip to content

Commit 76f893a

Browse files
Merge pull request #114 from su-its/fix/game-overflow
fix: 長文が BOX からはみ出るのを修正
2 parents 721bc98 + aeb31e7 commit 76f893a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

typing-app/src/components/templates/GameTyping.module.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@
125125
font-size: 24px;
126126
line-height: 48px;
127127
color: #fff;
128+
height: 100%;
129+
overflow-y: hidden;
128130
}
129131

130132
.span_typed_text {

0 commit comments

Comments
 (0)