Reduce the size of Mobiscroll Scroller
Is there a way to reduce the size of the Mobiscroll scroller? It is taking up too much of the screen.
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/
Is there a way to reduce the size of the Mobiscroll scroller? It is taking up too much of the screen.
Hello Milton,
Please check this post http://stackoverflow.com/questions/13...
Please read http://docs.mobiscroll.com/25/mobiscr...
I don't see anything in this documentation about the CSS. It looks like that was Appery created.
Here is the public link: http://appery.io/app/view/5c789ef0-c7...
I have attached the App Settings screenshot. I am trying to make the background on the Mobilscroll green like the rest of the app.
You are using custom theme: CoGo_Green
The source for this theme avaliable by this link: http://appery.io/app/view/5c789ef0-c7...
In this source you can found this rule (exactly that's set red background for the component): see details
pre
.ui-body-a,
.ui-page-theme-a .ui-body-inherit,
html .ui-bar-a .ui-body-inherit,
html .ui-body-a .ui-body-inherit,
html body .ui-group-theme-a .ui-body-inherit,
html .ui-panel-page-container-a {
background: #F71505 /{a-body-background-color}/;
border-color: #444 /{a-body-border}/;
color: #fff /{a-body-color}/;
text-shadow: 0 /{a-body-shadow-x}/ 1px /{a-body-shadow-y}/ 1px /{a-body-shadow-radius}/ #111 /{a-body-shadow-color}/;
}/pre
So you need to change it manualy or through the roller.
Thanks for finding that. It is fixed now.