Below is the CSS for the fixed div:
.top-container {
position: fixed;
width: 100%;
z-index: 999;
}
Upon zooming out the screen, the div causes the main container to break on the right side while the left side remains unchanged. Refer to the screenshot below for a clearer view.