Note /*@import "materialize/components/tooltip";*/ is commented out. For some reason, the Bootstrap tooltips are still not rendering. I was wondering if anyone has monkey patched Bootstrap's tooltips to work with Materialize.
I understand that it's bad practice to use multiple CSS frameworks that accomplish similar things, but it would be too much of a pain for me to remove Bootstrap from my project at this point.
I would like to use bootstrap tooltips with the materialize package. I tried importing only the necessary components in my
application.scss
file:Note
/*@import "materialize/components/tooltip";*/
is commented out. For some reason, the Bootstrap tooltips are still not rendering. I was wondering if anyone has monkey patched Bootstrap's tooltips to work with Materialize.I understand that it's bad practice to use multiple CSS frameworks that accomplish similar things, but it would be too much of a pain for me to remove Bootstrap from my project at this point.