html, body, #root {
    margin: 0;
    height: 100%;
}

#root {
  overflow-Y: scroll; 
}

/* HACK to hide embed assets in contentful editor */
button[data-test-id="toolbar-entity-dropdown-toggle"] {
    visibility: hidden;
}

.MuiAutocomplete-inputRoot .MuiInputAdornment-root {
  flex-wrap: wrap;
  max-height: unset;
}