Changing the width of the screen makes disappear horizontal scroll bar

Asked

Viewed 283 times

0

Follow the example in jsfiddle: https://jsfiddle.net/DTcHh/31217/

Follow the image of the problem:

inserir a descrição da imagem aqui

Follow the image as it should:

inserir a descrição da imagem aqui

Browsers tested:

Google Chrome Version 57.0.2987.110 (64-bit): Does not present the problem

Microsoft Edge 38.14393.0.0 Microsoft Edgehtml 14.14393: Issue

Firefox 52.0.1 (32-bit) - Problem: (Image below)

inserir a descrição da imagem aqui

Opera 43.0 Problem - (Image below)

inserir a descrição da imagem aqui

Some solution ?

  • puts .DTFC_RightBodyLiner {
 overflow-y: unset !important;
} in your css that the Opera and Edge problem solves

  • 1

    here in my ... the bar does not disappear... it keeps appearing but it does not work. o. The

  • cool man... You know you can post the answer to your question right? so if someone has the same problem. will know how to solve ;)

1 answer

1


I discovered the problem, it was the class table-responsive that surrounds in a scrolling element that conflicts very badly with the Datatable resizing.

So just remove line: <div class="table-responsive"> that solves the problem.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.