0

I'm trying to disable scroll on bootstrap column , here's my code

    <div class="container-fluid h-100">
      <div class="row h-100">
        <div class="col-4 h-100 bg-dark fixed"></div>
        <div
          class="col-8 h-100"
        >Lorem ipsum dolor sit amet consectetur, adipisicing elit. Ut iste ullam qui laborum quibusdam ipsa quaerat, voluptatibus vitae laudantium similique nam nisi quasi. Perspiciatis repellendus quod vero aut at quam rerum non cum? Eius, consectetur officia alias nisi fuga facilis?</div>
      </div>
    </div>
  </div>

I want to make the div which have the fixed class to stay on it's place and never scroll when i scroll the page down. I want only the div holding the text to scroll up and down and the other div stay on it's place as it is. how to achive that ?

Ayman Tarig
  • 181
  • 1
  • 4
  • 11

0 Answers0