Display scroll in modal

Olga Akhmetova picture Olga Akhmetova · Dec 24, 2014 · Viewed 7.8k times · Source

I have app using angular-bootstrap and also ionicFramework. Problem is in angular-bootstrap $modal element. I want it has vertical scrollbar, but in ionic.css there are style:

::-webkit-scrollbar {
display: none;
}

and because of this there is no scrollbar in modal. I tried solve this problem in many ways, but now I am confused.

Answer

Jaafar Abbadi picture Jaafar Abbadi · Aug 19, 2020

put your modal html component inside of ion-content