mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 17:28:31 +02:00
Fix scrollable tables in tablet
This commit is contained in:
parent
cd412a5e55
commit
65d9431ec5
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue