Adding momentum scrolling on IOS
Этот коммит содержится в:
@@ -93,7 +93,8 @@
|
||||
|
||||
.post-right__scroll {
|
||||
position: relative;
|
||||
overflow: auto;
|
||||
overflow: scroll;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
.post-right-comment-time {
|
||||
|
||||
@@ -67,8 +67,9 @@
|
||||
}
|
||||
|
||||
.search-items-container {
|
||||
overflow: auto;
|
||||
position: relative;
|
||||
overflow: scroll;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
.search-results-header {
|
||||
|
||||
@@ -47,7 +47,8 @@
|
||||
.nav-pills__container {
|
||||
height: 100%;
|
||||
position: relative;
|
||||
overflow: auto;
|
||||
overflow: scroll;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
.nav-pills__unread-indicator {
|
||||
|
||||
Ссылка в новой задаче
Block a user