Add id to the table rows.

This commit is contained in:
Benoit Marty 2024-03-11 07:30:28 +01:00 committed by Benoit Marty
parent ad5b973778
commit c00b9c83f0
2 changed files with 18 additions and 6 deletions

View file

@ -84,8 +84,13 @@ input {
}
#screenshots_container {
margin-top: 80px;
margin-bottom: 56px;
overflow: scroll;
position: absolute;
top: 64px;
bottom: 40px;
width: 100%;
padding-top: 16px;
padding-bottom: 16px;
}
.screenshot {