Skip to content

Commit

Permalink
Merge pull request #1861 from IntersectMBO/fix/1842-modal-not-working…
Browse files Browse the repository at this point in the history
…-on-ios

[#1842] fix invisible modal content on ios
  • Loading branch information
MSzalowski authored Aug 29, 2024
2 parents 6084919 + 9dc2739 commit b66a2ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ changes.
### Fixed

- Delete duplicate text on DRep registration form [Issue 1847](https://github.com/IntersectMBO/govtool/issues/1847)
- Fix modal content invisible on ios [Issue 1842](https://github.com/IntersectMBO/govtool/issues/1842)

### Changed

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ interface Props {
export const BaseWrapper = styled("div")<Pick<Props, "variant">>`
box-shadow: 1px 2px 11px 0px #00123d5e;
max-height: 90vh;
position: absolute;
position: fixed;
top: 50%;
left: 50%;
display: flex;
Expand Down

0 comments on commit b66a2ff

Please sign in to comment.