mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-08-27 06:39:24 +00:00
Scroll fix
This commit is contained in:
parent
e6b7810422
commit
ea8ddddeb5
@ -44,6 +44,7 @@ const OperationButton = ({
|
|||||||
variant={variant}
|
variant={variant}
|
||||||
color={color}
|
color={color}
|
||||||
data-testid={dataTestId}
|
data-testid={dataTestId}
|
||||||
|
style={{ minHeight: '2.5rem' }}
|
||||||
>
|
>
|
||||||
{isLoading
|
{isLoading
|
||||||
? (loadingText || t("loading", "Loading..."))
|
? (loadingText || t("loading", "Loading..."))
|
||||||
|
@ -59,7 +59,7 @@ export function createToolFlow(config: ToolFlowConfig) {
|
|||||||
const steps = createToolSteps();
|
const steps = createToolSteps();
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Stack gap="sm" p="sm" h="94vh" w="100%" style={{ overflow: 'auto' }}>
|
<Stack gap="sm" p="sm" h="95vh" w="100%" style={{ overflow: 'auto' }}>
|
||||||
<ToolStepProvider>
|
<ToolStepProvider>
|
||||||
{/* Files Step */}
|
{/* Files Step */}
|
||||||
{steps.createFilesStep({
|
{steps.createFilesStep({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user