Fix scrollable tables in tablet

This commit is contained in:
Rachid Mrad 2024-06-25 13:56:11 -04:00
parent cd412a5e55
commit 65d9431ec5
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@
</section>
</div>
</div>
<div class="domain-requests__table-wrapper display-none">
<div class="domain-requests__table-wrapper display-none usa-table-container--scrollable" tabindex="0">
<table class="usa-table usa-table--borderless usa-table--stacked dotgov-table dotgov-table--stacked domain-requests__table">
<caption class="sr-only">Your domain requests</caption>
<thead>

View file

@ -131,7 +131,7 @@
</svg>
</button>
{% endif %}
<div class="domains__table-wrapper display-none">
<div class="domains__table-wrapper display-none usa-table-container--scrollable" tabindex="0">
<table class="usa-table usa-table--borderless usa-table--stacked dotgov-table dotgov-table--stacked domains__table">
<caption class="sr-only">Your registered domains</caption>
<thead>