We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d884af commit 58701dcCopy full SHA for 58701dc
1 file changed
WebSite/assets/css/base.css
@@ -89,6 +89,7 @@ body {
89
flex-direction: column;
90
overflow-wrap: break-word; /* 長い単語の折り返し */
91
word-break: break-word; /* 長い単語の折り返し(互換性) */
92
+ overflow-x: hidden;
93
}
94
95
h1,
0 commit comments