diff --git a/src/components/ContentDropdown/style.scss b/src/components/ContentDropdown/style.scss index f09f86d01..2936f0d65 100644 --- a/src/components/ContentDropdown/style.scss +++ b/src/components/ContentDropdown/style.scss @@ -19,6 +19,7 @@ height: 315px; overflow-x: hidden; overflow-y: auto; + -webkit-overflow-scrolling: touch; li { padding-right: 20px; diff --git a/src/components/SurahInfo/style.scss b/src/components/SurahInfo/style.scss index 98f0c1851..7fbf9b609 100644 --- a/src/components/SurahInfo/style.scss +++ b/src/components/SurahInfo/style.scss @@ -54,6 +54,7 @@ $transition-speed: 0.75s; .info{ height: 100%; overflow-y: auto; + -webkit-overflow-scrolling: touch; padding-top: 15px; padding-bottom: 15px; font-size: 16px; diff --git a/src/components/SurahsDropdown/style.scss b/src/components/SurahsDropdown/style.scss index a76bcd025..a8c0d7443 100644 --- a/src/components/SurahsDropdown/style.scss +++ b/src/components/SurahsDropdown/style.scss @@ -4,6 +4,7 @@ max-height: 60vh; overflow-y: scroll; overflow-x: hidden; + -webkit-overflow-scrolling: touch; } } diff --git a/src/components/VersesDropdown/style.scss b/src/components/VersesDropdown/style.scss index 6d9fbf80b..f09daeebc 100644 --- a/src/components/VersesDropdown/style.scss +++ b/src/components/VersesDropdown/style.scss @@ -3,6 +3,7 @@ max-height: 400px; max-height: 60vh; overflow-y: scroll; + -webkit-overflow-scrolling: touch; overflow-x: hidden; } }