We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 523e5c5 commit 295e84dCopy full SHA for 295e84d
assets/css/v2/style.css
@@ -876,7 +876,7 @@ blockquote {
876
877
blockquote.note {
878
position: relative;
879
- z-index: -1;
+ z-index: 0;
880
}
881
882
blockquote.note:before {
@@ -891,6 +891,7 @@ blockquote.note:before {
891
padding: 0 0.25rem;
892
display: block;
893
background-color: var(--color-background);
894
+ z-index: 999;
895
896
897
blockquote p:first-child {
@@ -1013,7 +1014,7 @@ blockquote.side-callout {
1013
1014
1015
1016
.code-block {
- position: static;
1017
+ position: relative;
1018
1019
1020
.code-block .code-header:not(:has(.code-type)) {
0 commit comments