-
-
Notifications
You must be signed in to change notification settings - Fork 79k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Horizontal Scrollbar + Responsive Table + Microsoft Edge #22920
Comments
You can try/test/watch the official samples of official Bootstarp websites: |
/cc @patrickkettner |
This isn't replicating in Edge 16, and while I haven't finished reducing this it does only seem to replicate in Edge 15 (havent checked earlier versions), and seems to be limited to the docs page itself, rather than the same table with bootstrap |
I have created a test page on JS Bin (Here). |
So can this be closed if Edge 16 is fine? |
the underlying issue that is causing the problem would be great to figure out, especially since it will be a while before most are upgraded to that version. |
Since fixed in #28153, closing this. |
Horizontal scrollbar does not move on responsive table (
<table class="table table-responsive">
) on Microsoft Edge.It works (Both v3.3.7 & v4.0.0-alpha.6) on IE11(11.0.43 KB4021558) , FireFox 54.0, Chrome 59.0.3071.115
I am using Windows 10 x64 (1703 build 15063.413) + Edge 40.15063.0.0 (EdgeHTML 15.15063)
The text was updated successfully, but these errors were encountered: