Skip to content

Commit cc73569

Browse files
author
Affolter Matias
committed
Contain property
1 parent 3a8abc7 commit cc73569

File tree

4 files changed

+8
-10
lines changed

4 files changed

+8
-10
lines changed

‎client/chunk_5.min.js‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎service-worker.js‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"use strict";
2-
var REQUIRED_CACHE = "unless-update-cache-v882-required";
3-
var USEFUL_CACHE = "unless-update-cache-v882-useful";
4-
var STATIC_CACHE = "unless-update-cache-v882-static";
2+
var REQUIRED_CACHE = "unless-update-cache-v883-required";
3+
var USEFUL_CACHE = "unless-update-cache-v883-useful";
4+
var STATIC_CACHE = "unless-update-cache-v883-static";
55
var MAIN_CHILD_CHUNK_REGEX = /chunk_(main_[a-z0-9]+)\.min\.js$/i;
66
var CHILD_CHUNK_REGEX = /chunk_([0-9]+)\.min\.js$/i;
77

‎src/js/components/PixelToolboxSwipeableViews.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2778,7 +2778,7 @@ class PixelToolboxSwipeableViews extends React.PureComponent {
27782778
return (
27792779
<VirtualizeSwipeableViews
27802780
ignoreNativeScroll={true}
2781-
containerStyle={{overflow: "visible", contain: "style paint size layout", willChange: "inherit"}}
2781+
containerStyle={{overflow: "visible", contain: "size layout style", willChange: "inherit"}}
27822782
animateHeight={true}
27832783
animateTransitions={true}
27842784
disableLazyLoading={true}

‎src/js/pages/Pixel.js‎

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -315,16 +315,14 @@ const styles = theme => ({
315315
},
316316
'& > div > .react-swipeable-view-container': {
317317
display: "flex !important",
318-
filter: "opacity(1) !important",
319-
WebkitFilter: "opacity(1) !important",
318+
filter: "inherit !important",
319+
WebkitFilter: "inherit",
320320
willChange: "none !important",
321-
contain: "size layout style !important",
322321
height: "100% !important",
323322
[theme.breakpoints.up("lg")]: {
324323
width: 480,
325324
},
326-
width: "calc(100% - 64px)",
327-
[theme.breakpoints.down("sm")]: {
325+
[theme.breakpoints.down("md")]: {
328326
width: "100%",
329327
},
330328
},

0 commit comments

Comments
 (0)