diff --git a/dashboard-ui/bower_components/iron-a11y-keys-behavior/.bower.json b/dashboard-ui/bower_components/iron-a11y-keys-behavior/.bower.json
index 503ff0f3a..4bf4a72b9 100644
--- a/dashboard-ui/bower_components/iron-a11y-keys-behavior/.bower.json
+++ b/dashboard-ui/bower_components/iron-a11y-keys-behavior/.bower.json
@@ -29,14 +29,14 @@
"web-component-tester": "*",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
},
- "homepage": "https://github.com/polymerelements/iron-a11y-keys-behavior",
+ "homepage": "https://github.com/PolymerElements/iron-a11y-keys-behavior",
"_release": "1.0.8",
"_resolution": {
"type": "version",
"tag": "v1.0.8",
"commit": "df29a9edcff3b4693707f1e3eebce5a1dc46e946"
},
- "_source": "git://github.com/polymerelements/iron-a11y-keys-behavior.git",
+ "_source": "git://github.com/PolymerElements/iron-a11y-keys-behavior.git",
"_target": "^1.0.0",
- "_originalSource": "polymerelements/iron-a11y-keys-behavior"
+ "_originalSource": "PolymerElements/iron-a11y-keys-behavior"
}
\ No newline at end of file
diff --git a/dashboard-ui/bower_components/iron-fit-behavior/.bower.json b/dashboard-ui/bower_components/iron-fit-behavior/.bower.json
index 37233913a..fe5067ca8 100644
--- a/dashboard-ui/bower_components/iron-fit-behavior/.bower.json
+++ b/dashboard-ui/bower_components/iron-fit-behavior/.bower.json
@@ -1,12 +1,10 @@
{
"name": "iron-fit-behavior",
- "version": "1.0.3",
+ "version": "1.0.4",
"license": "http://polymer.github.io/LICENSE.txt",
"description": "Fits an element inside another element",
"private": true,
- "main": [
- "iron-fit-behavior.html"
- ],
+ "main": "iron-fit-behavior.html",
"keywords": [
"web-components",
"polymer",
@@ -30,11 +28,11 @@
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
},
"homepage": "https://github.com/PolymerElements/iron-fit-behavior",
- "_release": "1.0.3",
+ "_release": "1.0.4",
"_resolution": {
"type": "version",
- "tag": "v1.0.3",
- "commit": "df9fd83577ea6ebd98f5cad8333daa73dd0f34ba"
+ "tag": "v1.0.4",
+ "commit": "db76c6b9f3df86ee6dfc2339975313ac2efc6474"
},
"_source": "git://github.com/PolymerElements/iron-fit-behavior.git",
"_target": "^1.0.0",
diff --git a/dashboard-ui/bower_components/iron-fit-behavior/bower.json b/dashboard-ui/bower_components/iron-fit-behavior/bower.json
index 3878165f6..f79554591 100644
--- a/dashboard-ui/bower_components/iron-fit-behavior/bower.json
+++ b/dashboard-ui/bower_components/iron-fit-behavior/bower.json
@@ -1,12 +1,10 @@
{
"name": "iron-fit-behavior",
- "version": "1.0.3",
+ "version": "1.0.4",
"license": "http://polymer.github.io/LICENSE.txt",
"description": "Fits an element inside another element",
"private": true,
- "main": [
- "iron-fit-behavior.html"
- ],
+ "main": "iron-fit-behavior.html",
"keywords": [
"web-components",
"polymer",
diff --git a/dashboard-ui/bower_components/iron-fit-behavior/iron-fit-behavior.html b/dashboard-ui/bower_components/iron-fit-behavior/iron-fit-behavior.html
index aa776c7a2..d21740f3e 100644
--- a/dashboard-ui/bower_components/iron-fit-behavior/iron-fit-behavior.html
+++ b/dashboard-ui/bower_components/iron-fit-behavior/iron-fit-behavior.html
@@ -207,6 +207,10 @@ CSS properties | Action
if (!this._fitInfo.positionedBy.horizontally) {
this.style.left = '0px';
}
+ if (!this._fitInfo.positionedBy.vertically || !this._fitInfo.positionedBy.horizontally) {
+ // need position:fixed to properly size the element
+ this.style.position = 'fixed';
+ }
// need border-box for margin/padding
this.sizingTarget.style.boxSizing = 'border-box';
// constrain the width and height if not already set
diff --git a/dashboard-ui/bower_components/iron-fit-behavior/test/iron-fit-behavior.html b/dashboard-ui/bower_components/iron-fit-behavior/test/iron-fit-behavior.html
index c4011bf48..808bb2273 100644
--- a/dashboard-ui/bower_components/iron-fit-behavior/test/iron-fit-behavior.html
+++ b/dashboard-ui/bower_components/iron-fit-behavior/test/iron-fit-behavior.html
@@ -149,6 +149,18 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
The viewport’s width is greater than 600px
The viewport’s width is less than 600px
+ This link's destination is visible when printed: + Polymer Project + + (http://polymer-project.org) + +
- +