Fixed invisible dropdown boxes in Chrome 52. Bumped version

This commit is contained in:
Stefan Zermatten
2016-09-08 14:40:47 +02:00
parent 55adca36d5
commit f526de88a7
11 changed files with 849 additions and 1 deletions

View File

@@ -18,3 +18,7 @@
body /deep/ core-menu {
overflow-x: hidden !important;
}
html /deep/ paper-dropdown {
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
}