Skip to content

Commit 4cf6619

Browse files
author
Marcel Schmäing
committed
Merge pull request #2871 in SW/shopware from sw-12192/5.0/fixed-advanced-menu-not-clickable-on-safari to release-5.0.3
* commit '4299d75c21e88a63b1828782db12f05bffd0efe5': SW-12192 - Removed 3d acceleration from advanced menu listing due to bugs
2 parents 3bfb377 + 4299d75 commit 4cf6619

File tree

1 file changed

+0
-5
lines changed
  • engine/Shopware/Plugins/Default/Frontend/AdvancedMenu/Views/frontend/_public/src/less

1 file changed

+0
-5
lines changed

engine/Shopware/Plugins/Default/Frontend/AdvancedMenu/Views/frontend/_public/src/less/advanced-menu.less

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,8 @@
2222
z-index: 3000;
2323

2424
.menu--list {
25-
.transform-style(preserve-3d);
2625
list-style: none;
2726
display: block;
28-
29-
.is--safari & {
30-
.backface-visibility(hidden);
31-
}
3227
}
3328

3429
.content--wrapper {

0 commit comments

Comments
 (0)