Commit e27db669c68f88526926a5390f03749379094ee4
1 parent
5d6adad4
paper card controllet
Showing
1 changed file
with
2 additions
and
2 deletions
controllets/paper-card-controllet/paper-card-controllet.html
| ... | ... | @@ -78,7 +78,6 @@ |
| 78 | 78 | font-size: 10px; |
| 79 | 79 | color: rgba(0,0,0,0.4); |
| 80 | 80 | font-family: 'Roboto', sans-serif; |
| 81 | - word-wrap: break-word; | |
| 82 | 81 | } |
| 83 | 82 | |
| 84 | 83 | .delete{ |
| ... | ... | @@ -132,6 +131,7 @@ |
| 132 | 131 | position: relative; |
| 133 | 132 | height: 100%; |
| 134 | 133 | width: 100%; |
| 134 | + z-index: 1000; | |
| 135 | 135 | } |
| 136 | 136 | |
| 137 | 137 | </style> |
| ... | ... | @@ -232,7 +232,7 @@ |
| 232 | 232 | |
| 233 | 233 | }, |
| 234 | 234 | |
| 235 | - ready: function(){ | |
| 235 | + attached: function(){ | |
| 236 | 236 | if(this.cardType == "text"){ |
| 237 | 237 | this.$.content.style.backgroundColor = "#ffc"; |
| 238 | 238 | } | ... | ... |