A
A
Alexey Klyonin2018-10-04 11:27:48
Layout
Alexey Klyonin, 2018-10-04 11:27:48

How to make a fixed left menu like a toaster on bootstrap 4?

Good afternoon.
Tell me how to make a fixed menu on the left. So that when scrolling the page it was static, and only the content part scrolled?
An example of how it is done on this site (I mean a toaster).
Preferably using bootstrap 4 - if possible

<div class="container-fluid">
  
  <div class="row">
  
    <div class="col-2">Блок меню слева</div> /*Как сделать фиксированным? Чтобы было аналогично fixed*/

    <div class="col-10">Блок контента</div>
  
  </div>

</div>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrej Sharapov, 2018-10-04
@Aleks7487

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question