I found a mobile web template, but its not clean. 1 major problem is some text is unselectable . please check http://codepen.io/rexmizan/pen/uAwke check “All Text of this box is unselectable” in ul class=box. you will find ul.box2 in CSS on line: 230
Please help me to fix my problem.
Thanks.
You just need to give
z-index: 2to yourul.box2css element, as there is some other element with samez-indexoverlapping it, so replace your following css:for this one:
with above change is working fine, see the demo