creevey 0.9.0-beta.14 → 0.9.0-beta.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
package/lib/cjs/cli.js CHANGED
File without changes
@@ -91,6 +91,7 @@ const SideBySideView = exports.SideBySideView = (0, _theming.withTheme)(_ref3 =>
91
91
  (0, _helpers.useResizeObserver)(containerRef, calcScale);
92
92
  (0, _react.useLayoutEffect)(calcScale, [calcScale]);
93
93
  (0, _react.useLayoutEffect)(() => {
94
+ // TODO Check image height and viewport
94
95
  const diffImage = diffImageRef.current;
95
96
  if (!diffImage || !loaded) return;
96
97
  const ratio = diffImage.naturalWidth / diffImage.naturalHeight;
@@ -38,7 +38,8 @@ const HeaderContainer = _theming.styled.div({
38
38
  zIndex: 1
39
39
  });
40
40
  const BodyContainer = _theming.styled.div({
41
- flexGrow: 1
41
+ flexGrow: 1,
42
+ minHeight: 0
42
43
  });
43
44
  const FooterContainer = _theming.styled.div({
44
45
  position: 'sticky',