Skip to content

Commit d740786

Browse files
authored
Merge pull request cds-hooks#442 from prabin-acharya/fix-419-content-overalys-searchdropdown
2 parents f701e53 + 994848e commit d740786

File tree

1 file changed

+1
-1
lines changed
  • themes/buildpacks/assets/scss/components

1 file changed

+1
-1
lines changed

themes/buildpacks/assets/scss/components/_docs.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
border-right: 1px solid $off-gray;
2828
position: relative;
2929
max-width: 400px;
30+
z-index: 1;
3031
&:before {
3132
content: "";
3233
position: absolute;
@@ -35,7 +36,6 @@
3536
width: 5px;
3637
height: 100%;
3738
background: linear-gradient(to right, rgba($gray-light, 0), rgba($gray-light, 0.05));
38-
z-index: 1;
3939
pointer-events: none;
4040
}
4141
@media (max-width: 767px) {

0 commit comments

Comments
 (0)