Fix page scrolling when layout customization bar is visible (#18802)

Co-authored-by: Etienne <45695613+etiennejouan@users.noreply.github.com>
This commit is contained in:
Abdul Rahman
2026-03-20 23:32:15 +05:30
committed by GitHub
parent 732aea9121
commit 2a1d22d870
@@ -32,8 +32,8 @@ const StyledAnimatedContainer = styled.div<{
isExpanded: boolean;
isResizing: boolean;
}>`
height: 100vh;
max-height: 100vh;
height: 100%;
max-height: 100%;
overflow: hidden;
position: relative;
transition: ${({ isResizing }) =>