G
G
GreenX52021-01-26 15:23:52
css
GreenX5, 2021-01-26 15:23:52

Position in Bootstrap 4?

A div with the upline class was able to be displayed on top of the parent only by setting the general css style, and even absolute, because relative does not pop up. Isn't there a built-in method in Bootstrap 4?

<div class="container-fluid">
     <div class="row dual">
          <div class="col"></div>
          <div class="col">
               <div class="row upline"></div>
          </div>
     </div>
</div>


upline {
  z-index: 1000;
  position: absolute;
  background-color: green
}

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question