Hi everyone I'm developing an mobile app and I want to make this toolbar scrollable (horizontally) and I did it just by putting
white-space:nowrap;
overflow:auto;
But now two buttons(Color and Table) are not working as before, the options that they offer are not shown or better are covered by the textarea. I tried putting
z-index:0;
But nothing happen. Any idea how to resolve or what can be the problem?