How do allow embedding Swagger-UI, default theme (which I think is just fine) into a webapp which uses bootstrap4? Looks like classes conflict and the end result is that the Swagger-UI renders very very strangely. Its mostly okay but things like its endpoint detail layouts is totally messed up.
I'm really happy with the default theme for my use-case, but the webapp its inside of is bootstrap4 and its appears that things like "col" conflict and end up having the swagger display rendering very strangely.

Is there a simple solution to this?