Workaround for transition

Run Exclusively on WebKit

×
.col_bad{
    width: 200px;
    height: 200px;
    overflow: hidden;
    -webkit-transition: height .4s ease;
}
.col_bad:hover{
    height: 100%;
}
                    
×
.col_workaround{
    width: 200px;
    max-height: 200px
    overflow: hidden;
    -webkit-transition: max-height .4s ease;
}
.col_workaround:hover{
    max-height: 999px;
}
                    
css

Ten years ago a crack commando unit was sent to prison by a military court for a crime they didn't commit. These men promptly escaped from a maximum security stockade to the Los Angeles underground. Today, still wanted by the government, they survive as soldiers of fortune. If you have a problem and no one else can help, and if you can find them, maybe you can hire the A-team. Knight Rider, a shadowy flight into the dangerous world of a man who does not exist. Michael Knight, a young loner on a crusade to champion the cause of the innocent, the helpless in a world of criminals who operate above the law.

css

Ten years ago a crack commando unit was sent to prison by a military court for a crime they didn't commit. These men promptly escaped from a maximum security stockade to the Los Angeles underground. Today, still wanted by the government, they survive as soldiers of fortune. If you have a problem and no one else can help, and if you can find them, maybe you can hire the A-team. Knight Rider, a shadowy flight into the dangerous world of a man who does not exist. Michael Knight, a young loner on a crusade to champion the cause of the innocent, the helpless in a world of criminals who operate above the law.