Sha256: b7d9aef1287e914019258a097cc6d27556ac4c3897d6b6587270a3f8a306ab45
Contents?: true
Size: 677 Bytes
Versions: 13
Compression:
Stored size: 677 Bytes
Contents
anchored-position[popover] { border-width: 0; padding: 0; position: absolute; min-width: 192px; inset: auto; overflow: visible; } .Overlay { display: flex; } anchored-position[popover]:not(.\:popover-open) { display: none; } /* This reverts the declaration above for native popover, where `:popover-open` is supported */ @supports selector(:popover-open) { anchored-position[popover]:not(.\:popover-open) { display: revert; } } /* This reverts the declaration above for native popover, where `:open` is supported (Chrome 113, Safari TP) */ @supports selector(:open) { anchored-position[popover]:not(.\:popover-open) { display: revert; } }
Version data entries
13 entries across 13 versions & 2 rubygems