Can't select text

I think this problem is specific to my situation because I can highlight the text in the dash tutorial, and that is a dash app.

Any ideas why this could be occurring?

Could this have anything to do with using tabs?

Can you post a minimal example that shows this problem? It could be worth double checking that it occurs in a different browser to the one you’re using too.

@nedned, I think I figure it out. I had a setting in my body css selector that was causing this:

-webkit-user-select: none;

Not sure what this was there for, but toggling the css helped me narrow it down to this.

1 Like

Great to hear you figured it out :slight_smile: