diff --git a/CHANGELOG.md b/CHANGELOG.md index 3943bae90..be009705b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # OverReact Changelog +## 1.26.2 + +__Bug fixes__ + +* [5fb73f](https://github.com/Workiva/over_react/commit/5fb73f26f92182ebd5c45c2ad5bb015a662bc3b4) Make rem change sensor container is `overflow:hidden` so it doesn't interfere with the page layout + ## 1.26.1 __Dependency Updates__ diff --git a/lib/src/util/rem_util.dart b/lib/src/util/rem_util.dart index 1d7e4ab47..36768478d 100644 --- a/lib/src/util/rem_util.dart +++ b/lib/src/util/rem_util.dart @@ -52,6 +52,7 @@ void _initRemChangeSensor() { _changeSensorMountNode.style ..width = '0' ..height = '0' + ..overflow = 'hidden' ..position = 'absolute' ..zIndex = '-1'; diff --git a/pubspec.yaml b/pubspec.yaml index 15c771a44..f34b52a62 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: over_react -version: 1.26.1 +version: 1.26.2 description: A library for building statically-typed React UI components using Dart. homepage: https://github.com/Workiva/over_react/ authors: