Skip to content

Commit

Permalink
Revert "fix(text_editor): Fix bubble's link tooltip clipping (#23911)"
Browse files Browse the repository at this point in the history
This reverts commit 9140549.
  • Loading branch information
ankush committed Dec 28, 2023
1 parent 3c015a1 commit f71e753
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion frappe/public/js/frappe/form/controls/text_editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ frappe.ui.form.ControlTextEditor = class ControlTextEditor extends frappe.ui.for
},
theme: this.df.theme || "snow",
readOnly: this.disabled,
bounds: document.body,
bounds: this.quill_container[0],
placeholder: this.df.placeholder || "",
};
}
Expand Down
1 change: 0 additions & 1 deletion frappe/public/scss/common/quill.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
font-family: var(--font-stack);
color: var(--text-color);
line-height: 1.6;
overflow: visible;
h1,
h2,
h3,
Expand Down

0 comments on commit f71e753

Please sign in to comment.