I can't get the horizontal scroll to work in screen design view and its really Sloooowwwiiinnng my learning process
In that case i would suggest you use specific CSS styling that disables it ONLY in the Service Studio preview.For example:.HorizontalScroll {
overflow-x: scroll;
-servicestudio-overflow-x: initial;
}This will make it in the preview not scrollable, so it's easier to develop in service studio.
Niels Favreau wrote:
Niels,
I am very new to this. How do I access the CSS for service studio?
Thanks
Hi,
Press CSS button to open editor, insert code written by Niels Favreau. Then apply this style (HorizontalScroll) to necessary component.
Nikolai Kaplin wrote:
YOU R DA BEST!
Thanks!!!!!!!!!! Im still very much in the learning stage