Sha256: e0ce5b57c1ccbee8f557e460a3cfc49e801b5d887383d2fa270a05a628342d53
Contents?: true
Size: 463 Bytes
Versions: 100
Compression:
Stored size: 463 Bytes
Contents
<div style="position: relative; z-index: 2"> <%= pb_rails("body", props: {text: "I've got a z-index of 2", margin_bottom: "md"}) %> </div> <%= pb_rails("button", props: { variant: "primary", id: 'tooltip-z-index-5', text: "Click Me", }) %> <%= pb_rails("popover", props: { trigger_element_id: "tooltip-z-index-5", tooltip_id: "tooltip-z-index-5", position: 'top', z_index: "3", offset: true }) do %> I've got a z-index of 3 <% end %>
Version data entries
100 entries across 100 versions & 1 rubygems