Html – How not displaying horizontal scrollbar in Blazor base template
So far I'm using the default Blazor Hybrid template and I have added a page with the following code. html code <div class="tableAntContainer"> <table class="tableAnt"> <thead> <tr> <th>A1</th> <th>A2</th> <th>A3</th> <th>A4</th> <th>A5</th> </tr> </thead> <tbody> <tr> <th>0.5</th> <th>0.85</th> <th>0.37</th> <th>0.7</th>…