Skip to content

Commit

Permalink
Merge pull request #185 from Workiva/greglittlefield-wf-patch-1
Browse files Browse the repository at this point in the history
AF-2361 AF-2360 Release over_react 1.26.2
  • Loading branch information
rmconsole2-wf authored Sep 14, 2018
2 parents b3ca4ac + 9bdc009 commit db0d0ab
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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__
Expand Down
1 change: 1 addition & 0 deletions lib/src/util/rem_util.dart
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ void _initRemChangeSensor() {
_changeSensorMountNode.style
..width = '0'
..height = '0'
..overflow = 'hidden'
..position = 'absolute'
..zIndex = '-1';

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit db0d0ab

Please sign in to comment.