Adding momentum scrolling on IOS

Этот коммит содержится в:
Asaad Mahmood
2015-10-16 12:37:51 +05:00
родитель c49ab2ee5d
Коммит 12f47b1060
3 изменённых файлов: 6 добавлений и 3 удалений

Просмотреть файл

@@ -93,7 +93,8 @@
.post-right__scroll { .post-right__scroll {
position: relative; position: relative;
overflow: auto; overflow: scroll;
-webkit-overflow-scrolling: touch;
} }
.post-right-comment-time { .post-right-comment-time {

Просмотреть файл

@@ -67,8 +67,9 @@
} }
.search-items-container { .search-items-container {
overflow: auto;
position: relative; position: relative;
overflow: scroll;
-webkit-overflow-scrolling: touch;
} }
.search-results-header { .search-results-header {

Просмотреть файл

@@ -47,7 +47,8 @@
.nav-pills__container { .nav-pills__container {
height: 100%; height: 100%;
position: relative; position: relative;
overflow: auto; overflow: scroll;
-webkit-overflow-scrolling: touch;
} }
.nav-pills__unread-indicator { .nav-pills__unread-indicator {