Daemonite / material

Material Design for Bootstrap 4
http://daemonite.github.io/material/
MIT License
3.2k stars 721 forks source link

animated progress bar #155

Closed sajjadabdi closed 6 years ago

sajjadabdi commented 6 years ago

animated progress bar not work inside div with card class

djibe commented 6 years ago

Hi, same problem, I didn't see the progress bar within cards. I fixed it by changing the .progress class's z-index :

.progress {
    z-index: 1;
}