Better touch scrolling

Hi!

Is possible to get better touch scrolling of a webcontainer by adding some css code to a webstyle like :

.stilecontainer{ -webkit-overflow-scrolling: touch; !important; overflow-y: scroll; !important; overflow-x: scroll; !important; }

in the HTML Header?