P
P
Pavel2016-04-12 07:46:16
DLE
Pavel, 2016-04-12 07:46:16

How to stretch the sidebar?

I can’t stretch the background sidebar like on the main one so that it stretches to the bottom along with the content as new comments are added.
Sidebar code

.sidebar {
    float: right;
    width: 246px;
    padding: 10px 0;
    min-height: 612px;
    display: table;
    table-layout: fixed;
    background: #444444;
}

If we apply height: 100px; then it won't stretch... and height: 100% doesn't work...

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
Pavel, 2016-04-12
@0Err

The solution was not in the CSS userinfo was in the wrong block...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question