| 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 dd686597bdff2afb4b06c8140f040842bc7f7919..3cb7e829efebf86c3bc27df31f2e0f8c9ae95c1a 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| @@ -1206,7 +1206,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);
|
|
|