Reduce code duplication, add touch scrolling behaviour for webkit browsers
on scrollable areas
This commit is contained in:
parent
98c3a5e9c3
commit
6d5ef89356
6 changed files with 12 additions and 5 deletions
|
@ -295,3 +295,10 @@
|
|||
background: #2b90d9;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.scrollable {
|
||||
overflow-y: scroll;
|
||||
overflow-x: hidden;
|
||||
flex: 1 1 auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue