.fixedHeader {
  position: fixed;
  top: 0;
  width: 100%;
  // > @zindex-tooltip
  z-index: 1061;
  transition: width 0.2s;
}

.placeholder-element {
  width: 100%;
  height: 64px;
}