JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fix shuffling, auto hide/show card text overflow
[peach-cgt.git] / style.less
index 622e725..bc3eae3 100644 (file)
@@ -63,9 +63,12 @@ h1 {
 .card {
        background: #fff;
        border: 2px solid #fff;
+       overflow: hidden;
        .shadow(1px, 1px, 8px, 0.4);
 
        &:hover {
+               height: auto;
+               min-height: @card-height;
                z-index: 9999 !important;
        }
        .button {