Skip to content

Commit bb3cdec

Browse files
authored
fix: Product selector z-index not being highest (#166)
1 parent ed12068 commit bb3cdec

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

assets/css/v2/style.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
844850
blockquote.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) {

0 commit comments

Comments
 (0)