diff --git a/popup__iframe.html b/popup__iframe.html
index 9351ee01..d461d20f 100644
--- a/popup__iframe.html
+++ b/popup__iframe.html
@@ -221,6 +221,10 @@
+
+
Press this key along with mouse movement/scrolling to accelerate/decelerate the speed of the action.
+
You can set the multiplier in link to setting.
+
diff --git a/sass/style.scss b/sass/style.scss
index 70fcc4b7..ed62bad2 100644
--- a/sass/style.scss
+++ b/sass/style.scss
@@ -177,3 +177,15 @@
}
}
}
+
+.help-text {
+ &--mouse-speed {
+ margin-bottom: 2rem;
+ font-size: .9em;
+ color: #666;
+
+ p {
+ margin: 0;
+ }
+ }
+}