-
Notifications
You must be signed in to change notification settings - Fork 373
Open
Description
Describe the problem
When the ResizableDrawer component is wrapped around the ApplicationPage, the table inside fails to resize and is not responsive.
How do you reproduce the problem?
return (
<Drawer isExpanded={isDrawerExpanded} isInline>
<DrawerContent panelContent={panelContent}>
<DrawerContentBody>
<ApplicationsPage ....>
<Table />
</ApplicationsPage>
</DrawerContentBody>
</DrawerContent>
</Drawer>
);
Expected behavior
The table should resize and maintain responsiveness when the entire ApplicationPage is wrapped with the ResizableDrawer component.
Is this issue blocking you?
yes
What is your environment?
- OS: mac
- Browser Chrome
- Version: 141.0.7390.123
What is your product and what release date are you targeting?
Red Hat Openshift AI, 19th December
Any other information?
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Ready to assign
