mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 22:11:15 +08:00
FIX layout container
This commit is contained in:
parent
4ef7455133
commit
6cfcd3d6c0
@ -217,7 +217,7 @@ const getMainPosition = ({
|
||||
margin: number;
|
||||
}): Bounds => {
|
||||
if (isFullscreen) {
|
||||
return {};
|
||||
return {} as Bounds;
|
||||
}
|
||||
|
||||
const navX = isNavHidden ? 0 : resizerNav.x;
|
||||
|
Loading…
x
Reference in New Issue
Block a user