📜  使用 jquery 引导模式调整大小 - CSS 代码示例

📅  最后修改于: 2022-03-11 14:47:50.992000             🧑  作者: Mango

代码示例1
/*add this in the css to your div modal class*/
.modal-content.ui-resizable {
  overflow: scroll;
}