Answers for "bootstrap modal resize with jquery"

CSS
0

bootstrap modal resize with jquery

/*add this in the css to your div modal class*/
.modal-content.ui-resizable {
  overflow: scroll;
}
Posted by: Guest on October-20-2021

Code answers related to "bootstrap modal resize with jquery"

Browse Popular Code Answers by Language