We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 115c1c4 commit 58d26d0Copy full SHA for 58d26d0
app/components/Readme.vue
@@ -85,6 +85,8 @@ function handleClick(event: MouseEvent) {
85
/* Contain all children */
86
overflow: hidden;
87
min-width: 0;
88
+ /* Contain all children z-index values inside this container */
89
+ isolation: isolate;
90
}
91
92
/* README headings - styled by visual level (data-level), not semantic level */
@@ -402,6 +404,8 @@ function handleClick(event: MouseEvent) {
402
404
display: revert-layer;
403
405
border-radius: 8px;
406
margin: 1rem 0;
407
+ position: relative;
408
+ z-index: 1;
409
410
411
.readme :deep(video) {
0 commit comments