diff --git a/invokeai/frontend/web/src/features/queue/components/InvokeQueueBackButton.tsx b/invokeai/frontend/web/src/features/queue/components/InvokeQueueBackButton.tsx index b37ce12304..08950671a6 100644 --- a/invokeai/frontend/web/src/features/queue/components/InvokeQueueBackButton.tsx +++ b/invokeai/frontend/web/src/features/queue/components/InvokeQueueBackButton.tsx @@ -25,7 +25,6 @@ export const InvokeQueueBackButton = memo(() => { isDisabled={isDisabled} rightIcon={} variant="solid" - zIndex={1} colorScheme="invokeYellow" size="lg" w="calc(100% - 60px)"