mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
fix(ui): revert offset scrollbars
The wonky padding is too janky. Just overlay for now.
This commit is contained in:
@@ -55,7 +55,7 @@ const ParametersPinnedWrapper = (props: ParametersPinnedWrapperProps) => {
|
||||
</Flex>
|
||||
|
||||
<PinParametersPanelButton
|
||||
sx={{ position: 'absolute', top: 0, insetInlineEnd: 2 }}
|
||||
sx={{ position: 'absolute', top: 0, insetInlineEnd: 0 }}
|
||||
/>
|
||||
</Box>
|
||||
);
|
||||
|
||||
@@ -26,7 +26,7 @@ const ImageToImageTab = () => {
|
||||
}, []);
|
||||
|
||||
return (
|
||||
<Flex sx={{ gap: 2, w: 'full', h: 'full' }}>
|
||||
<Flex sx={{ gap: 4, w: 'full', h: 'full' }}>
|
||||
<ParametersPinnedWrapper>
|
||||
<ImageToImageTabParameters />
|
||||
</ParametersPinnedWrapper>
|
||||
|
||||
@@ -6,7 +6,7 @@ import TextToImageTabParameters from './TextToImageTabParameters';
|
||||
|
||||
const TextToImageTab = () => {
|
||||
return (
|
||||
<Flex sx={{ gap: 2, w: 'full', h: 'full' }}>
|
||||
<Flex sx={{ gap: 4, w: 'full', h: 'full' }}>
|
||||
<ParametersPinnedWrapper>
|
||||
<TextToImageTabParameters />
|
||||
</ParametersPinnedWrapper>
|
||||
|
||||
@@ -6,7 +6,7 @@ import UnifiedCanvasParameters from './UnifiedCanvasParameters';
|
||||
|
||||
const UnifiedCanvasTab = () => {
|
||||
return (
|
||||
<Flex sx={{ gap: 2, w: 'full', h: 'full' }}>
|
||||
<Flex sx={{ gap: 4, w: 'full', h: 'full' }}>
|
||||
<ParametersPinnedWrapper>
|
||||
<UnifiedCanvasParameters />
|
||||
</ParametersPinnedWrapper>
|
||||
|
||||
Reference in New Issue
Block a user