/* tinyeditor-fix.css
 * Quick but formalized fix for TinyMCE toolbar flicker when inside
 * Filament Repeater items. This file disables the sticky positioning
 * for the toolbar only when it appears inside a repeater item.
 *
 * Keep this scoped to .fi-fo-repeater-item to minimize global impact.
 */

.fi-fo-repeater-item .tox .tox-editor-header {
  position: unset !important;
  top: auto !important;
}
