File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -485,6 +485,7 @@ atomic-search-layout atomic-layout-section[section="search"] {
485
485
background-color : white;
486
486
border : black 1px solid;
487
487
box-shadow : 3px 3px 0px var (--color-shadow );
488
+ z-index : 9999 ;
488
489
}
489
490
490
491
.product-selector p {
@@ -841,6 +842,11 @@ blockquote {
841
842
box-shadow : 3px 3px 0px var (--color-shadow );
842
843
}
843
844
845
+ blockquote .note {
846
+ position : relative;
847
+ z-index : -1 ;
848
+ }
849
+
844
850
blockquote .note : before {
845
851
content : "Note" ;
846
852
text-transform : uppercase;
@@ -870,6 +876,7 @@ blockquote p:last-child {
870
876
justify-content : start;
871
877
border-bottom : 1px solid black;
872
878
position : relative;
879
+ z-index : -1 ;
873
880
874
881
/* Lines extend 1rem into gutter on both sides */
875
882
width : calc (100% + 2rem );
@@ -950,6 +957,7 @@ blockquote p:last-child {
950
957
grid-column : 1 / -1 !important ;
951
958
position : relative;
952
959
margin-left : 0 ;
960
+ z-index : -1 ;
953
961
width : calc (100% + var (--overflow-gutter-extension ));
954
962
955
963
& : has (.comment ) {
You can’t perform that action at this time.
0 commit comments