Merge pull request #18692 from fuhaoshih/patch-2
Update apps.css (Scroll more smoothly for Webkit browser)
This commit is contained in:
commit
b049a05384
|
@ -417,6 +417,7 @@
|
|||
position: relative;
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
#app-content-wrapper {
|
||||
|
|
Loading…
Reference in New Issue