Hello Mike,
Please try
pre{
overflow:auto;
}/pre
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hello Mike,
Please try
pre{
overflow:auto;
}/pre
Can I apply this to all of the UI elements (buttons, back buttons, toggles, etc.) at once?
Mike,
You should add the same class to the Class Name property of the elements you want to be applied, for example my-class and use
.my-class{
overflow:auto;
}
Evgene,
This didn't work for me when testing on Android 4.2.2 using the Appery tester. I also tried setting overflow to hidden without any luck.
Mike,
Could you please show us the printscreens:
Place where you put css-code
How you add Class Name property for the elements you want to be applied?
Mike,
It's not the best idea to call your class as a property. Could you please rename your class to my_overflow, for example and try once again?
This did not work. The app ("Sheridan") is shared with support if you'd like to take a closer look at it.
Hello Mike,
Could you please clarify, do you apply any other css rules for any of your components? Maybe the overflow rule is "rewritten" by some of them?