+ 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!
5 Respuestas
+ 6
exactly @Jonathan
+ 4
@Michel, I mean the app behavior not the user defined output
+ 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;
}
+ 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
+ 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.