Changing Screen Width Makes Horizontal Scroll Bar Disappear
Changing Screen Width Makes Horizontal Scroll Bar Disappear
mat.miranda@outlook.com
Posts: 4Questions: 1Answers: 0
Here's the example in jsfiddle: https://jsfiddle.net/DTcHh/31217/
Microsoft Edge 38.14393.0.0 Microsoft EdgeHTML 14.14393 with problem.
Any solution ?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Firefox 52.0.1 (32-bit) problem: https://i.stack.imgur.com/O1FYA.jpg
Opera 43.0 problem: https://i.stack.imgur.com/9vwfS.jpg
Micrososft Edge problem: https://i.stack.imgur.com/02b38.jpg
Google Chrome: Does not have the problem
You need to take it out of the Bootstrap responsive div. https://jsfiddle.net/DTcHh/31217/ .
The Bootstrap responsive div wraps it in a scrolling element which conflicts quite badly with the resizing of the DataTable.
Allan
Thank you Allan.