Skip to content

Commit 3f0172b

Browse files
authoredApr 21, 2024··
Fix clipboard uses with Prism coy theme (#516)
1 parent 73dc926 commit 3f0172b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎lib/src/markdown.service.ts

+1
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,7 @@ export class MarkdownService {
392392
toolbarWrapperElement.style.right = '.5em';
393393
toolbarWrapperElement.style.opacity = '0';
394394
toolbarWrapperElement.style.transition = 'opacity 250ms ease-out';
395+
toolbarWrapperElement.style.zIndex = '1';
395396
preWrapperElement.insertAdjacentElement('beforeend', toolbarWrapperElement);
396397

397398
// register listener to show/hide toolbar

0 commit comments

Comments
 (0)
Please sign in to comment.