Skip to content

Instantly share code, notes, and snippets.

@kkreft
Created February 7, 2023 09:01
Show Gist options
  • Save kkreft/1f5b8e3a5858a4a18df812338337047f to your computer and use it in GitHub Desktop.
Save kkreft/1f5b8e3a5858a4a18df812338337047f to your computer and use it in GitHub Desktop.

To select more than a screen shows in the Postman Console try to change

.console-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

to

.console-container {
    display: flex;
    flex-direction: column;
    height: 100000px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment