Skip to content

Commit 40a06bc

Browse files
committed
fix: Removed negative z-index for working text cursor
1 parent 8ef93fc commit 40a06bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/css/v2/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1068,7 +1068,6 @@ blockquote.side-callout {
10681068
.highlight {
10691069
padding: 0 1rem 0 1rem;
10701070
position: relative;
1071-
z-index: -1;
10721071
flex: 1;
10731072

10741073
code .cl {
@@ -1145,6 +1144,7 @@ li .code-block {
11451144
position: absolute;
11461145
margin-top: 8px;
11471146
right: 1rem;
1147+
z-index: 2;
11481148
}
11491149

11501150
.code-copy-button:hover {

0 commit comments

Comments
 (0)