jquery-confirm icon indicating copy to clipboard operation
jquery-confirm copied to clipboard

is auto-height a default setting without bootstrap ?

Open carasha opened this issue 1 year ago • 2 comments

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 avatar Dec 24 '23 12:12 carasha

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 ?

carasha avatar Dec 24 '23 13:12 carasha

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

marc-gist avatar Apr 24 '24 13:04 marc-gist