.note-editor .dropdown-toggle::after {
	all: unset;
}
.note-editor .note-dropdown-menu, .note-editor .note-modal-footer {
	box-sizing: content-box;
}
/* Bootstrap 5's .popover normally gets position:absolute from Popper.js at runtime, but
   Summernote's image/link/table popovers position themselves manually without Popper, so
   without this they render in normal document flow instead of anchored to the target. */
.note-popover {
	position: absolute;
}