/* GLOBAL FIX: Ensure action menu dropdowns stay on top
   Fixed positioning is handled in the scoped CSS and JS */

.action-menu .dropdown-menu.show {
    display: block !important;
    pointer-events: auto !important;
}

