class Playbook::PbPopover::Popover

def z_index_helper

def z_index_helper
  z_index.present? ? "z-index: #{z_index}" : ""
end