Add display flex on pagePanel (#12568)
## Before https://github.com/user-attachments/assets/06a4d6e9-7674-4748-937a-ee3bbe5ccc5a ## After https://github.com/user-attachments/assets/6c2a903b-7720-4fcd-acb9-f106cb05f37b https://github.com/user-attachments/assets/87b1f7dc-457f-48c6-8622-cb49c2ad3c28
This commit is contained in:
@ -9,6 +9,8 @@ const StyledPanel = styled.div`
|
|||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
type PagePanelProps = {
|
type PagePanelProps = {
|
||||||
|
|||||||
Reference in New Issue
Block a user