/**
 * @file
 * Styles for node side sticky elements.
 */
.mt-sticky-element {
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
}
