Skip to content

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

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;
    }
  • Activity

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

    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