Responsive Tabs / Posts /

Fix the height of the content panel

0

Is it possible to have the height of the content panel fixed? If the content of the tabs need different height, currently the control alters its height, and the text below "snaps" upward. It would be better, if the height of the control could be fixed.

GKA  7 years ago   viewed: 4831    

1 Answer

0

I found the solution.

div.panel-container > div { padding:30px 26px; overflow: auto; height:600px!important; /* The two settings below should not be changed. */ display: block; margin:0px; }

In case the text within one of the tabs is too large, you get nice scroll bars using overflow:auto.

GKA   7 years ago

   

Your name*
Password
(Optional. Used to modify this post afterwords)
+ =  

Ask your Own Question

  • If your question is related to the topic of this post, you can post your question to this page by clicking the "Post a reply" button at left;

  • When you want to start a new page for your question: