The Froala editor toolbar icons are horizontally scrollable in the desktop but not in the mobile phone.
I did a research and found that by adding -webkit-overflow-scrolling: touch property, the div tag is scrollable in the mobile but that doesn't seem to be working.
.fr-toolbar {
position: fixed;
display: flex;
overflow: scroll;
width: 100%;
-webkit-overflow-scrolling: touch;
}
Here is the jsfiddle link for better understanding and reference: http://jsfiddle.net/wc5c3jhk/381/
Here is the Codepen link: https://codepen.io/Dinesh_Madhanlal/pen/Gdvxqw
Could someone throw a light on what's happening?
In the editor, we have toolbar icons like bold, italic, underline, etc, I'm unable to see these. Please create a codepen for this. As it's more flexible or StackOverflow's fiddle.