/* Ensure full document scrolls */
html, body {
  height: auto !important;
  overflow-y: auto !important;
}

/* Fix the asset text container inside Flex Block */
.flex-grid-asset__text {
  overflow-y: auto !important;
  max-height: none !important;
  height: auto !important;
}

/* Prevent the outer flex container from blocking growth */
.flex-text-asset.h-full {
  height: auto !important;
  overflow: visible !important;
  display: block !important;
}