frontend: add hosting tablr scroll indicator
This commit is contained in:
@@ -53,7 +53,7 @@ function Hosting() {
|
||||
{loading && <div>Loading...</div>}
|
||||
{error && <div>Error</div>}
|
||||
{data && (
|
||||
<div className="table-wrapper">
|
||||
<div className="table-wrapper scroll-indicator">
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
@@ -72,6 +72,7 @@ function Hosting() {
|
||||
))}
|
||||
</tbody>
|
||||
</table>
|
||||
<p className="scroll-instruction">Таблицу можно скроллить</p>
|
||||
</div>
|
||||
)}
|
||||
</CenteredContainer>
|
||||
|
||||
Reference in New Issue
Block a user