Posts by Rodrigo Chiaradia • 1 point
1 post
-
0
votes8
answers17582
viewsA: Use Bootstrap and Primefaces without one interfering with the other?
Try this on css. It worked for me. /* Primefaces utiliza content-box, e o bootstrap modifica para border-box */ [class^="ui-"] { box-sizing: content-box !important; }…