0

Yes, this is some kind of duplicate question posted 1 year ago by someone. I like to know have there any good solutions came for this so far ? Issue for this at github is also closed :( I need a solution for this badly. Please, open my fiddle from Safari to see the problem as it's only happened at Safari.

At safari:

(a) Normal

(b) At the time of scrolling:

Thanks

Community
  • 1
  • 1
user1896653
  • 3,247
  • 14
  • 49
  • 93
  • Possible duplicate of [Bootstrap Affix menu within a pushed column overlaps main content in Safari when scrolling](http://stackoverflow.com/questions/22512168/bootstrap-affix-menu-within-a-pushed-column-overlaps-main-content-in-safari-when) – Tenfour04 Aug 15 '16 at 19:08

1 Answers1

2

Add to CSS:

.box.affix {
    position:absolute;
}
vjl
  • 21
  • 2