chore: tooltip tweaks

pull/11716/head
Rich Harris 2 years ago
parent fba6b5676b
commit 861d0d5317

@ -295,16 +295,17 @@
.cm-tooltip-section {
position: relative;
padding: 0.5em;
/* width: calc(100vw - 10em); */
left: -13px;
filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.1));
background: var(--bg);
border-radius: 2px;
max-width: 64em;
}
.cm-tooltip-section::before {
content: '';
position: absolute;
left: 20px;
left: 10px;
width: 8px;
height: 8px;
transform: rotate(45deg);

Loading…
Cancel
Save