Commit a140bfda by wdh

详情页底部菜单挡住菜单问题修复

parent ce761663
...@@ -98,7 +98,7 @@ ...@@ -98,7 +98,7 @@
position: fixed; position: fixed;
font-size: larger; font-size: larger;
bottom: 0; bottom: 0;
z-index: 11; z-index: 10;
margin: 0 auto; margin: 0 auto;
left: 0; left: 0;
right: 0; right: 0;
...@@ -2155,7 +2155,7 @@ button.action.submit.primary { ...@@ -2155,7 +2155,7 @@ button.action.submit.primary {
display: block !important; display: block !important;
position: fixed; position: fixed;
bottom: 0; bottom: 0;
z-index: 11; z-index: 10;
} }
.breeze-gallery .stage .main-image-wrapper > picture{ .breeze-gallery .stage .main-image-wrapper > picture{
display: none; display: none;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment