Extend Column to bottom

ساخت وبلاگ
I am trying to get the Left Column to extend to the bottom of the page.

Code:

body {
        background: #f5f5f5;
        text-align: center;
        margin: 0;
        height:100%;
        overflow:hidden;
}
#wrapper {
        text-align: Right;
        width: 100%;
        margin: 0 auto;
        height:100vh;
}       
#header {
        height:65px;
        width:100%;
        background:#FFF;
        text-align:left;
        float:left;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.25);
        -moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.25);
        box-shadow:        0px 2px 5px 0px rgba(50, 50, 50, 0.25);       
}
#columnL {
        width:250px;
        height:100%;
        background-color:#424242;
        float:left;
        color:#6f6f6f;
        text-align:left;
}
#userbox {
        height:95px;
        width:100%;
        background-color:#353535;
}

What in the world am i doing wrong?
CodingForums...
ما را در سایت CodingForums دنبال می کنید

برچسب : نویسنده : codingforums بازدید : 167 تاريخ : چهارشنبه 28 تير 1396 ساعت: 12:53