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 454708d6f1..e317295a15 100644 --- a/src/app/components/Toolbar/Features/LayerContainer/index.tsx +++ b/src/app/components/Toolbar/Features/LayerContainer/index.tsx @@ -23,7 +23,7 @@ export const LayerContainer = ({ animation, children, hideLayer }: LayerContaine modal position="top" margin={isMobile ? 'none' : 'xlarge'} - style={{ width: '100%', maxWidth: isMobile ? 'none' : '700px' }} + style={{ width: '100%', maxWidth: isMobile ? 'none' : '760px' }} >