Disable the left scroll on web code output. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Disable the left scroll on web code output.

sololearn should disable left scroll on web codes OUTPUT so that some codes may function properly!

9th Feb 2018, 10:32 PM
Nomeh Uchenna Gabriel
Nomeh Uchenna Gabriel - avatar
5 Answers
+ 6
exactly @Jonathan
10th Feb 2018, 7:12 AM
Nomeh Uchenna Gabriel
Nomeh Uchenna Gabriel - avatar
+ 4
@Michel, I mean the app behavior not the user defined output
9th Feb 2018, 11:05 PM
Nomeh Uchenna Gabriel
Nomeh Uchenna Gabriel - avatar
+ 3
You can try something like this. You can replace overflow-and overflow-x if you want to disable horizontal scrolling body{ overflow-y: hidden; }
9th Feb 2018, 11:01 PM
Mickel
Mickel - avatar
+ 3
Oh, in that case I do not know. I imagine you can disable the touch controls, but I do not have much experience with it
9th Feb 2018, 11:07 PM
Mickel
Mickel - avatar
+ 2
That's the same problem I encountered before when I made a code that requires swipe actions. I had to resort to normal click events. They should add a disable setting for that. You should send your feedback to sololearn.
10th Feb 2018, 12:19 AM
Jonathan Pizarra (JS Challenger)
Jonathan Pizarra (JS Challenger) - avatar