devdocs
                                
                                 devdocs copied to clipboard
                                
                                    devdocs copied to clipboard
                            
                            
                            
                        Table overflow
Bug report
Table overflow issue when I open docs which is from MDN.
OS information
Windows11 Pro 22000.593
Chrome 101.0.4951.54
Steps to reproduce
Just open a doc that is from MDN.
e.g. Document: DOMContentLoaded event Private class features
More resources
Here is the screenshot.

Possible fix
To fix this, apply the following style.
table {
  display: block;
  overflow-x: auto;
}
It seems to work properly.

May I be assigned to this issue please? Thank you.
I've made PR to fix this here https://github.com/freeCodeCamp/devdocs/pull/1824