Skip to content

Commit

Permalink
fix: elementor mega menu z-index and address line break remove (get…
Browse files Browse the repository at this point in the history
  • Loading branch information
shohag121 authored Feb 28, 2024
1 parent 6536632 commit b631a1a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions assets/src/less/store-lists.less
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@
position: absolute;
top: 0;
left: 0;
z-index: 9;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.45);
Expand Down Expand Up @@ -335,6 +334,10 @@
.store-address {
margin: 0 0 5px 0;
line-height: 23px;

br {
display: none;
}
}
.store-phone {
margin: 0 0 5px 0;
Expand All @@ -347,7 +350,6 @@
.store-footer {
background: #fff;
position: relative;
z-index: 99;

a {
&:active,
Expand Down Expand Up @@ -389,7 +391,7 @@
.dokan-store-is-open-status {
background-color: #1dbf73;
}

.dokan-store-is-closed-status {
background-color: #999;
}
Expand Down Expand Up @@ -570,4 +572,4 @@
}
}
}
}
}

0 comments on commit b631a1a

Please sign in to comment.