/**
 * @file
 * Styles for Affix effect.
 */

.affix {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1045;
  left: 0;
}