Bootstrap modal not displaying

I tracked down the reason.

Just to give it some general usefulness to anyone coming to this question. If you can’t figure out what’s wrong, try doing a ‘search all’ for any classes of ‘modal’ ‘fade’ ‘fade in’ and ‘hide’ in any style sheets in your application.

I had a single instance of ‘fade’ being defined in a random css file, and that’s what was stopping it displaying as it was overriding bootstrap. Once I deleted the reference, everything was ok.

Leave a Comment