fix(theme): adjust z-index for active code group marker (#2413)

pull/2414/head
Divyansh Singh 2 years ago committed by GitHub
parent b26ce48edc
commit 06c0fc5d5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -56,7 +56,7 @@
right: 8px; right: 8px;
bottom: -1px; bottom: -1px;
left: 8px; left: 8px;
z-index: 10; z-index: 1;
height: 1px; height: 1px;
content: ''; content: '';
background-color: transparent; background-color: transparent;

Loading…
Cancel
Save