diff --git a/controllets/paper-card-controllet/paper-card-controllet.html b/controllets/paper-card-controllet/paper-card-controllet.html
index 9c4b493..7151fea 100755
--- a/controllets/paper-card-controllet/paper-card-controllet.html
+++ b/controllets/paper-card-controllet/paper-card-controllet.html
@@ -78,7 +78,6 @@
                 font-size: 10px;
                 color: rgba(0,0,0,0.4);
                 font-family: 'Roboto', sans-serif;
-                word-wrap: break-word;
             }
 
             .delete{
@@ -132,6 +131,7 @@
                 position: relative;
                 height: 100%;
                 width: 100%;
+                z-index: 1000;
             }
 
         </style>
@@ -232,7 +232,7 @@
 
             },
 
-            ready: function(){
+            attached: function(){
                 if(this.cardType == "text"){
                     this.$.content.style.backgroundColor = "#ffc";
                 }