html - Panel crosses the bottom -


i have problem bottom panel. have 2 panels. first panel (top) , second panel (bottom)

but, when increment height of first panel, second panel hides in bottom of page

problem second panel

how fix that?

this css of second panel.

.form-panelatributos {     margin-bottom: 5px !important; }  #panelatributos {     min-height:1%!important;     max-height:34%!important;     overflow:auto;     width: 100%;     overflow-x:hidden;     }  .panelbodyatributos {     padding-bottom: 15px !important;     padding-top: 15px !important;     padding-left: 0 !important;     padding-right: 0 !important;     }    

edit: , html:

<div id="panelatributos" class="panel panel-default">     <div id="headpanel" class="panel-heading"></div>     <div id="panelbody" class="panel-body panelbodyatributos">         <form id="cuerpoatributos" class="form-panelatributos form-horizontal">         </form>    </div> </div> 

thanks


Comments

Popular posts from this blog

PHP and MySQL WP -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

go - golang pprof for c library code -