.fixed { position: fixed; top: 0; /* Sets the sticky toolbar to be on top */ z-index: 1000; width: 100%; } .main-container { margin-top: 64px; padding-top: 10px; } .sidebar-shadow { box-shadow: 0 4px 18px 0px rgba(0, 0, 0, 0.12), 0 7px 10px -5px rgba(0, 0, 0, 0.15); z-index: 10000; }