📜  模态内容(链接窗口)停留在模态背景后面 - 无论代码示例

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

代码示例1
//dialogsInBody setting

  $('.summernote').summernote({
      height: 300,                 // set editor height
      width: "90%",                 // set editor height
      minHeight: null,             // set minimum height of editor
      maxHeight: null,             // set maximum height of editor
      dialogsInBody: true
    });