diff --git a/.changelog/1805.bugfix.md b/.changelog/1805.bugfix.md new file mode 100644 index 0000000000..843aff153a --- /dev/null +++ b/.changelog/1805.bugfix.md @@ -0,0 +1 @@ +Prevent showing horizontal scrollbar in desktop profile modal diff --git a/src/app/components/Toolbar/Features/LayerContainer/index.tsx b/src/app/components/Toolbar/Features/LayerContainer/index.tsx index d844b82c87..29999f9743 100644 --- a/src/app/components/Toolbar/Features/LayerContainer/index.tsx +++ b/src/app/components/Toolbar/Features/LayerContainer/index.tsx @@ -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)`, }} >