Skip to content

[CSS] Add scroll bar when step output is too long #2

@taoufix

Description

@taoufix

When there is an overflow of SQL requests for example, the Step

  • doesn't handle show scrollbars.

    As a workaround I'm using the stylish extensions with this style:

    ul#mp-req-profile-0-d {
      max-height: 500px !important;
      overflow: auto !important;
    }
  • Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      No labels
      No labels

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions