1 2 3 4 5 6 7 8 9 10
/// Shared trigger wrapper styles for popover, menu, and tooltip anchors. pub fn overlay_trigger_styles() -> &'static str { r#".orbital-overlay-trigger { display: inline-flex; width: fit-content; max-width: 100%; align-self: flex-start; } "# }