Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
320 views
in Technique[技术] by (71.8m points)

Bootstrap 4.5 sticky-top on mobile

I am unable to understand with the bootstrap 'sticky-top' class does not work on mobile for the following html :-

<table class="table table-striped table-hover mt-2">
  <thead class="thead-dark sticky-top">
  <tr>
    <th class="sticky-top">Location</th>
    <th class="sticky-top">Actions</th>
  </tr>
  </thead>
  <tbody class="locations-table">

  </tbody>
</table>

Any help please?

Thanks

question from:https://stackoverflow.com/questions/65935324/bootstrap-4-5-sticky-top-on-mobile

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...