craftpip / jquery-confirm

A multipurpose plugin for alert, confirm & dialog, with extended features.
http://craftpip.github.io/jquery-confirm/
MIT License
1.87k stars 510 forks source link

is auto-height a default setting without bootstrap ? #585

Open carasha opened 9 months ago

carasha commented 9 months ago

jquery-confirm version: v3.3.4

I'm submitting a ... (check one with "x") [ ] bug report [ ] feature request [X] support request

Current behavior: I set bootstrap = false by default . ( I don't use bootstrap in my website , bootstrap cause some problem in my website ) And when i put something inside the content , the popup panel's height seems is fixed , so it will appear scrollbar on the right inside the content block . I want the panel's height can auto expanded , i don't want the scrollbar . How can i do it ? or anything i missed ?

Expected behavior: I want the panel height can auto expanded whatever my content is long or not , i don't want the scrollbar .

Other information: I use jquery 3.7.1

Check the red mark ( i don't want this ) : scrollbar

carasha commented 9 months ago

Sorry for above question description , after my test , the content area is auto-height . But the scrollbar is still shown . How to avoid the scrollbar ?

marc-gist commented 4 months ago

depends on the content html, try shrinking it, or providing a columnClass to make the box a bit wider.