Sha256: 35296682720bf0e9f6c98700dc8706559f8c243a633b85271610fd6df6adc62e
Contents?: true
Size: 463 Bytes
Versions: 2158
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: "secondary", id: 'tooltip-z-index-1', text: "Click Me", }) %> <%= pb_rails("popover", props: { trigger_element_id: "tooltip-z-index-1", tooltip_id: "tooltip-z-index", position: 'top', z_index: "3", offset: true }) do %> I've got a z-index of 3 <% end %>
Version data entries
2,158 entries across 2,158 versions & 2 rubygems