0
I’m having problems with my footer on a page that contains a list, which I add to and it grows. The problem is that you are creating two scrollbars on the site and I am not able to solve. Follow the list and css.
.footer {
background-color: #F2F2F2;
width:100%;
height: 60px;
position:fixed;
bottom:0;
}
<table id="lista-compras" class="table table-striped">
<thead>
<tr>
<th>Assunto</th>
<th>Descrição</th>
<th>Likes</th>
</tr>
</thead>
<tbody>
<tr ng-repeat="topico in topicos | filter:search" class="comprado-{{ topico.comprado }}">
<td><strong>{{ topico.assunto }}</strong></td>
<td><strong>{{ topico.descricao }}</strong></td>
<td><strong>{{ topico.grau }}</strong></td>
<td><strong>
<a href="
Example:
You can post the link where we can see the problem?
– Wendell
https://forum-alldispor.c9users.io/index.html#/topics you can see?
– Mayla Campos
tries to use overflow:Hidden in the #main of css
– guijob