Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

bootstrap modal resize with jquery

/*add this in the css to your div modal class*/
.modal-content.ui-resizable {
  overflow: scroll;
}
 
PREVIOUS NEXT
Tagged: #bootstrap #modal #resize #jquery
ADD COMMENT
Topic
Name
4+8 =