Skip to content

Commit

Permalink
Merge pull request #1805 from oasisprotocol/lw/modal-width
Browse files Browse the repository at this point in the history
Increase desktop profile modal width to match pre #1796 width
  • Loading branch information
lukaw3d authored Dec 18, 2023
2 parents 3873f3a + ec0e42a commit f81f490
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .changelog/1805.bugfix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Prevent showing horizontal scrollbar in desktop profile modal
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const LayerContainer = ({ animation, children, hideLayer }: LayerContaine
position="center"
style={{
width: '100%',
maxWidth: isMobile ? 'none' : '700px',
maxWidth: isMobile ? 'none' : '760px',
minHeight: `min(${layerOverlayMinHeight}, 90dvh)`,
}}
>
Expand Down

0 comments on commit f81f490

Please sign in to comment.