How to make Bootstrap Panel body with fixed height
You can use max-height in an inline style attribute, as below: To use scrolling with content that overflows a given max-height, you can alternatively try the following: To restrict the height to a fixed value you can use something like this. Specify the same value for both max-height and min-height (either in pixels or in … Read more