diff --git a/files/profile.html b/files/profile.html
index 7d6b7bc..c6943ef 100644
--- a/files/profile.html
+++ b/files/profile.html
@@ -50,6 +50,38 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/files/style.css b/files/style.css
index 54b524b..0a5a72d 100644
--- a/files/style.css
+++ b/files/style.css
@@ -75,9 +75,11 @@ body {
font-family: Hiragino Kaku Gothic ProN,Hiragino Kaku Gothic Pro,Meiryo,Helvetica,Arial,sans-serif;
font-size: 34pt;
line-height: 36pt;
+ overflow-x: hidden;
+ overscroll-behavior-x: none;
}
-html{
- overscroll-behavior: none;
+html {
+ overscroll-behavior-x: none;
}
.d_bl{display:block;}
.a_left{text-align:left;}