class Playbook::PbDialog::Dialog

def full_height_style

def full_height_style
  if full_height && size === "xl"
    "full_height_center"
  elsif full_height && size != "xl"
    "full_height_#{placement}"
  end
end