Skip to content

Instantly share code, notes, and snippets.

@joebordes
Created December 20, 2016 23:19
Show Gist options
  • Save joebordes/ad383c495c87ea05ba1b8c3d95bca2eb to your computer and use it in GitHub Desktop.
Save joebordes/ad383c495c87ea05ba1b8c3d95bca2eb to your computer and use it in GitHub Desktop.
--- vaadin-combo-box-overlay.html
+++ bower_components/vaadin-combo-box/vaadin-combo-box-overlay.html
@@ -22,7 +22,7 @@
* iron-overlay-manager.html: Polymer.IronOverlayManagerClass.prototype._applyOverlayZ
*/
z-index: 200;
- overflow: hidden;
+ overflow: visible;
}
#scroller {
@@ -34,6 +34,10 @@
/* Enable momentum scrolling on iOS (iron-list v1.2+ no longer does it for us) */
-webkit-overflow-scrolling: touch;
+ overflow: visible;
+ width: 120px;
+ background-color: inherit;
+ border: dashed 1px;
}
#selector {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment