waves-effect stacking
See original GitHub issueThe waves-effect kept stacking whenever a button is press. If I pressed multiple times, the waves-effect will keep stacking as shown in the image. The waves would not disperse/dissolve. I did not change the css or js files. What may caused this issue?
Before clicking.
After clicking.
<div class="row"> <div class="col s6"> <h5>Amazon.com Inc.</h5> </div> </div> <div class="row"> <div class="col s12"> <h6>Price (Last Close)</h6> <a class="waves-effect waves-light light-blue darken-3 btn"><i class="material-icons right">shopping_basket</i>Add to Basket</a> </div> </div>
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (1 by maintainers)
I had the same issue because I added the html head file twice (with all links to js / css … )
These issues are all duplicates: https://github.com/Dogfalo/materialize/issues/1314 https://github.com/Dogfalo/materialize/issues/3642 https://github.com/Dogfalo/materialize/issues/686
For future discussion, please use this issue instead. https://github.com/Dogfalo/materialize/issues/4344