Form style overflow gets overridden on read-only HTML fieldsDescriptionHTML fields that are set to be read-only cause the scrollbars to disappear.Steps to Reproduce Create an HTML fieldCreate a Field style: resize: both;overflow: scroll;height: 200px; Add the field to form, ie sc_req_item, incidentAdd content to field forcing scroll windows to appearSet the field read-only in the dictionary Expected result: Scrollbars still appear despite being read-only (element is overflow: scroll) Actual result: Scrollbars disappear so unable to read all data in the field (element is overflow: hidden)WorkaroundThis issue has been fixed. If you are able to upgrade, review the Fixed In or Intended Fix Version fields to determine whether any versions have a planned or permanent fix.Related Problem: PRB1397823