django-popupcrud icon indicating copy to clipboard operation
django-popupcrud copied to clipboard

Modal popup does not work when using AdminLTE theme

Open ak4zh opened this issue 5 years ago • 1 comments

My project is using AdminLTE theme so when I add the AdminLTE css the model popups does not work anymore. Popups works after removing the theme css.

It may be happening because AdminLTE uses bpootstrap4

ak4zh avatar May 10 '20 19:05 ak4zh

I have never used AdminLTE theme myself. But it's quite possible that they use bootstrap4 while this was developed when bootstrap3 was the latest. Since I haven't used this in a while, and with the lack of spare time that I have, I don't think if I'll be able to update it to bootstrap4 in the near future.

Would you like to try to update the code to bootstrap4? I can make this into an organization and you can merge the your changes (which will be attributed to you).

Thanks!

harikvpy avatar Jun 16 '20 03:06 harikvpy