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"] {
485485 background-color : white;
486486 border : black 1px solid;
487487 box-shadow : 3px 3px 0px var (--color-shadow );
488+ z-index : 9999 ;
488489}
489490
490491.product-selector p {
@@ -841,6 +842,11 @@ blockquote {
841842 box-shadow : 3px 3px 0px var (--color-shadow );
842843}
843844
845+ blockquote .note {
846+ position : relative;
847+ z-index : -1 ;
848+ }
849+
844850blockquote .note : before {
845851 content : "Note" ;
846852 text-transform : uppercase;
@@ -870,6 +876,7 @@ blockquote p:last-child {
870876 justify-content : start;
871877 border-bottom : 1px solid black;
872878 position : relative;
879+ z-index : -1 ;
873880
874881 /* Lines extend 1rem into gutter on both sides */
875882 width : calc (100% + 2rem );
@@ -950,6 +957,7 @@ blockquote p:last-child {
950957 grid-column : 1 / -1 !important ;
951958 position : relative;
952959 margin-left : 0 ;
960+ z-index : -1 ;
953961 width : calc (100% + var (--overflow-gutter-extension ));
954962
955963 & : has (.comment ) {
You can’t perform that action at this time.
0 commit comments