Skip to content

Commit 388308f

Browse files
Closes #2186 MegaMenu: link for background image has no effect
1 parent 3805fb1 commit 388308f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/Presentation/SmartStore.Web/Themes/Flex/Content/_megamenu.scss

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,15 @@ $mixed-megamenu-bg: $megamenu-bg;
268268
bottom: 0;
269269
pointer-events: none;
270270

271-
> a { pointer-events: initial; }
271+
> a {
272+
pointer-events: initial;
273+
display: inline-block;
274+
position: absolute;
275+
top: 0;
276+
bottom: 0;
277+
right: 0;
278+
left: 0;
279+
}
272280
}
273281

274282
.below-preview-pic-text {

0 commit comments

Comments
 (0)