Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' into fixes-#544
Browse files Browse the repository at this point in the history
  • Loading branch information
naveed-ahmad authored May 1, 2017
2 parents 786da2b + aa44293 commit 28a3214
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ContentDropdown/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
height: 315px;
overflow-x: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;

li {
padding-right: 20px;
Expand Down
1 change: 1 addition & 0 deletions src/components/SurahInfo/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions src/components/SurahsDropdown/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
max-height: 60vh;
overflow-y: scroll;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
}
}

Expand Down
1 change: 1 addition & 0 deletions src/components/VersesDropdown/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
max-height: 400px;
max-height: 60vh;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
overflow-x: hidden;
}
}

0 comments on commit 28a3214

Please sign in to comment.