Skip to content

Commit

Permalink
Fixed YouTube table display issue by increasing z-index.
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerMillis committed Apr 27, 2020
1 parent 22d278b commit 3be8a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/WcPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const Panel = styled.div`
left: 0;
height: ${props => props.hidden ? 0 : 280}px;
width: 98vw;
z-index: 100;
z-index: 3000;
box-shadow: 0px -5px 10px 1px rgba(170,170,170,0.5);
border-top: solid thin #9d9d9d;
Expand Down

0 comments on commit 3be8a4c

Please sign in to comment.