Created
December 20, 2016 23:19
-
-
Save joebordes/ad383c495c87ea05ba1b8c3d95bca2eb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- 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