Skip to content

Commit c890b07

Browse files
Исправил верстку меню для мобильной версии (#316)
1 parent 6e36856 commit c890b07

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/layout/header/AdaptiveMenu.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ const StyledMenu = styled.ul`
1313
top: 80px;
1414
background-color: #f8f9fa;
1515
box-shadow: 200px -4px 0px -5px rgba(0, 0, 0, 0.31);
16+
z-index: 1;
1617
1718
li {
1819
padding: 15px 0;
@@ -61,6 +62,7 @@ const AdaptiveMenu = ({ toggleMobileMenu, mobileMenu }) => {
6162
},
6263
{
6364
id: 3,
65+
protected: true,
6466
jsx: <Link to="/cart">Корзина</Link>,
6567
},
6668
{

0 commit comments

Comments
 (0)