Adding momentum scrolling on IOS
Этот коммит содержится в:
@@ -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 {
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user