Skip to content

Commit

Permalink
fix: overlap with dropdown
Browse files Browse the repository at this point in the history
+ src/components/DetailRestoPage/DetailRestoPage.styled.js
+ Menu overlap with Dropdown, so change `z-index` wrapper in
  `DetailRestoPage.style.js` to -1.
+ Now Menu fine with dropdown.
  • Loading branch information
EXPITC committed May 23, 2023
1 parent 8eecfbb commit eb63e28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/DetailRestoPage/DetailRestoPage.styled.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import styled from "styled-components";

export const Wrapper = styled.div`
position: relative;
z-index: -1;
width: 85%;
margin: 0 auto;
display: flex;
Expand Down

0 comments on commit eb63e28

Please sign in to comment.