/* FlyonUI makes helper texts unselectable, which prevents copying the
   values they document. */
.helper-text {
  -webkit-user-select: text;
  user-select: text;
}
