| Index: third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.cpp b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| index 1a07e189c1ca942ee2389360984bf78d3f62f0f8..3bad30c2f33f8b0444314bc2930504e443cd67c1 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| @@ -1186,7 +1186,7 @@ void ComputedStyle::updateIsStackingContext(bool isDocumentElement,
|
| hasOpacity() || hasTransformRelatedProperty() || hasMask() ||
|
| clipPath() || boxReflect() || hasFilterInducingProperty() ||
|
| hasBackdropFilter() || hasBlendMode() || hasIsolation() ||
|
| - hasViewportConstrainedPosition() ||
|
| + hasViewportConstrainedPosition() || position() == EPosition::kSticky ||
|
| hasPropertyThatCreatesStackingContext(willChangeProperties()) ||
|
| containsPaint()) {
|
| setIsStackingContext(true);
|
|
|