debian-image-builder-frontend/src
Lucas Garfield 9243d96646 Wizard: Fix overflow issues
The in-page wizard should have its footer fixed/sticky at the bottom of
the page with the main body area scrollable if necessary. This is the
default Patternfly behavior.

Currently, the entire wizard grows to fill its parent container. Setting
the overflow property in its parent div, which has the .chr-render class
defined by Insights Chrome, to overflow solves the issue and causes the
wizard to behave as it should.

The Insights Chrome team is hesitant to make this change in Insights
Chrome as it could break other apps layouts, and suggested using
Javascript to accomplish this:
https://github.com/RedHatInsights/insights-chrome/pull/3117#discussion_r2129045341
2025-06-09 06:47:49 -05:00
..
Components Wizard: remove else after return in firstboot 2025-06-09 13:19:55 +02:00
store Wizard: fix datepicker reset glitch (MS-8610) 2025-06-09 12:20:23 +02:00
test Wizard: fix datepicker reset glitch (MS-8610) 2025-06-09 12:20:23 +02:00
Utilities Wizard: fix blueprints showing incorrect template versions 2025-05-28 09:08:05 +02:00
App.tsx Wizard: Fix overflow issues 2025-06-09 06:47:49 -05:00
AppCockpit.tsx Cockpit: user privileges empty state 2025-05-07 11:03:18 +02:00
AppEntry.tsx store: add initial cockpit store 2024-10-30 10:36:18 -05:00
bootstrap.tsx src: Migrate remaining files to TypeScript 2024-06-06 08:38:41 +02:00
constants.ts src/constants: Remove Fedora 40 2025-05-27 08:41:14 +02:00
entry.ts src: Migrate remaining files to TypeScript 2024-06-06 08:38:41 +02:00
index.html src: Change page title to Image Builder (#8) 2020-09-21 16:03:19 -05:00
mockServiceWorker.js devDeps: Manually bump msw 2025-04-30 15:13:15 +02:00
Router.tsx updating useFlag to omit feature flag from onPrem env 2024-10-30 10:36:18 -05:00