I'm grappling with the issue of how to prevent the side-nav from obscuring the top element in the vanilla Bootstrap 4 example provided below. Any tips?
(Problem resolved - check below for solution)
This problem is occurring not only on my website but also on the official Bootstrap site at the following URL: https://getbootstrap.com/docs/4.0/examples/dashboard/
Key Details About My Setup
- Running on Windows 10
- Works perfectly on Edge browser
- Works fine on Chrome Version 79.0.3945.117 (Official Build) (64-bit), as shown below
Visual Illustration
Initial page load: https://i.sstatic.net/n9ADg.png
Page behavior after "a) shift-refreshing or (b) scrolling to the bottom and shift-refreshing": https://i.sstatic.net/o0ev9.png
.sidebar { top: 48px; <------- changed from 0 to 48px ...