Skip to content

Commit

Permalink
added overflow property to the Overlay component (#1005)
Browse files Browse the repository at this point in the history
  • Loading branch information
ost-ptk committed Jun 13, 2024
1 parent 2773f25 commit 4c827eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libs/layout/containers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,8 @@ export const Overlay = styled.div`
transform: translate(-50%, -50%);
overflow: auto;
height: 100vh;
width: 360px;
Expand Down

0 comments on commit 4c827eb

Please sign in to comment.