use display:contents

This commit is contained in:
Cory LaViska
2022-08-08 11:10:53 -04:00
parent 8c667791fa
commit bf730f5bd2
3 changed files with 8 additions and 9 deletions

View File

@@ -61,7 +61,6 @@ A description of the component goes here.
<style>
.popup-overview sl-popup {
--arrow-color: var(--sl-color-primary-600);
margin: calc(50px + 1rem);
}
.popup-overview span[slot='anchor'] {
@@ -69,7 +68,7 @@ A description of the component goes here.
width: 150px;
height: 150px;
border: dashed 2px var(--sl-color-neutral-200);
padding: 0.5rem;
margin: 50px;
}
.popup-overview .box {