Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Display scroll in modal

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.

like image 260
Olga Akhmetova Avatar asked Dec 09 '22 05:12

Olga Akhmetova


1 Answers

put your modal html component inside of ion-content

like image 141
Jaafar Abbadi Avatar answered Dec 11 '22 09:12

Jaafar Abbadi