Skip to content

Commit 8e9860c

Browse files
lamATnginxnginx-jack
authored andcommitted
fix: Removed negative z-index for working text cursor
1 parent b56f8e5 commit 8e9860c

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
@@ -1071,7 +1071,6 @@ blockquote.side-callout {
10711071
.highlight {
10721072
padding: 0 1rem 0 1rem;
10731073
position: relative;
1074-
z-index: -1;
10751074
flex: 1;
10761075

10771076
code .cl {
@@ -1148,6 +1147,7 @@ li .code-block {
11481147
position: absolute;
11491148
margin-top: 8px;
11501149
right: 1rem;
1150+
z-index: 2;
11511151
}
11521152

11531153
.code-copy-button:hover {

0 commit comments

Comments
 (0)