D
D
denism3002019-02-19 18:35:24
css
denism300, 2019-02-19 18:35:24

How to make a fixed vertical menu?

there is some code like this:

<div class="container">
    <div class="row">
        <div class="col-4">
            <nav>
                тут меню
            </nav>
        </div>
        <div class="col-8">
            тут контент
        </div>
    </div>
</div>

using bootstrap-4. how to fix the side menu in the visibility zone when scrolling, while on the left it should be pressed not to the edge of the screen, but to the edge of the parent col-4?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Q
quake4fun, 2019-02-20
@denism300

Demo has it all.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question