[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: display images on top of other elements in README (#1040)

authored by

Denys and committed by
GitHub
58d26d0c 115c1c4a

+4
+4
app/components/Readme.vue
··· 85 85 /* Contain all children */ 86 86 overflow: hidden; 87 87 min-width: 0; 88 + /* Contain all children z-index values inside this container */ 89 + isolation: isolate; 88 90 } 89 91 90 92 /* README headings - styled by visual level (data-level), not semantic level */ ··· 402 404 display: revert-layer; 403 405 border-radius: 8px; 404 406 margin: 1rem 0; 407 + position: relative; 408 + z-index: 1; 405 409 } 406 410 407 411 .readme :deep(video) {