docs: increase z-index for component preview

This commit is contained in:
Eric Liu 2021-01-27 13:02:21 -08:00
commit 2cee6a9095

View file

@ -106,7 +106,7 @@
border: 1px solid var(--cds-ui-03);
border-bottom: 0;
position: relative;
z-index: 1;
z-index: 9999;
}
.preview-viewer:not(.framed) {