We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84946d7 commit 8075202Copy full SHA for 8075202
assets/css/v2/style.css
@@ -878,7 +878,7 @@ blockquote {
878
879
blockquote.note {
880
position: relative;
881
- z-index: -1;
+ z-index: 0;
882
}
883
884
blockquote.note:before {
@@ -893,6 +893,7 @@ blockquote.note:before {
893
padding: 0 0.25rem;
894
display: block;
895
background-color: var(--color-background);
896
+ z-index: 999;
897
898
899
blockquote p:first-child {
@@ -1015,7 +1016,7 @@ blockquote.side-callout {
1015
1016
1017
1018
.code-block {
- position: static;
1019
+ position: relative;
1020
1021
1022
.code-block .code-header:not(:has(.code-type)) {
0 commit comments