.example-container { background: rgb(250, 248, 248); } .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; }