/*
 * MZ Cards Application CSS
 *
 * With Propshaft, assets are served efficiently without preprocessing steps.
 * Most base styles are now in tokens.css, theme.css, base.css, layout.css,
 * and components.css. This file only retains trix-toolbar positioning and
 * the simple_calendar require directive.
 *
 *= require simple_calendar
 */

trix-toolbar {
  position: sticky;
  top: 0;
  z-index: 999;
  background: var(--surface);
}
