/* Desktop-specific overrides */

/* Hide bulk action bar on desktop layouts */
@media (min-width: 1025px){ .bulkbar { display: none !important; } }

html.is-desktop,
html.is-desktop body {
  overflow-y: auto;
}

html.is-desktop .column {
  height: auto !important;
  max-height: none !important;
}

html.is-desktop .column-body {
  overflow: visible !important;
}
