home.html
<ion-scroll scrollX="true"> <button ion-button color="danger" *ngFor="let item of allservices"> <p>{{item.name}}</p> </button> </ion-scroll>
How to show ionic scroll without displaying a scrollbar.
No one has answered this question yet.
See similar questions:
or similar:
Source: https://habr.com/ru/post/1687627/More articles:How to change elasticsearch default password in docker-compose? - dockerUnable to deserialize XML string - c #Negating a null conditional operator returns nothing - vb.netCassandra data modeling for real-time data - cassandraWhy does HttpClient continue to fail during subsequent attempts with Polly? - c #How to model Cassandra DB for time series, server metrics - cassandraServant Redirects - haskellcause shortening in the list of routes akka http gives a compilation error (implicit value for connecting parameters) - scalaC # Polar asynchronous wait: Wait for user confirmation to repeat - c #How many HttpClients should I create? - c #All Articles