As a newcomer to html and css, I am currently working on building a website using the following example template: http://getbootstrap.com/docs/4.1/examples/dashboard/. My issue is that when I zoom in by pressing cmd + '+' or Ctrl + '+', the left sidebar disappears. I would like to prevent this from happening as I want to view the desktop version of the website on mobile screens as well. I suspect this may be related to the 'sticky' property in the dashboard.css file, but I am unsure of how to address it. To better understand the issue, you can access the dashboard.css and related files by inspecting the source code from the link provided above. Any guidance or suggestions would be greatly appreciated. Thank you!