I don't know why the dat gui works like this

I don’t speak English so I use Google Translate to ask questions

I am using threejs, cannonjs, bulma(CSS), dat gui.

If you use bulma(CSS), dat gui will come out like the picture.

If bulma(CSS) is not used, dat gui will come out normally.

Why is it this way?

1 Like

Bulma probably defines CSS rules which affect the markup of dat.gui. Such compatibility issues are usually not easy to solve.

thank you!!!