Merge pull request #1891 from yshui/master

Bottom button shouldn't obstruct the list
This commit is contained in:
Andrea Marchesini 2021-10-25 17:09:56 +02:00 committed by GitHub
commit 6d7b30d73d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -102,7 +102,8 @@ table {
flex: 1; flex: 1;
inline-size: 100%; inline-size: 100%;
max-block-size: 400px; max-block-size: 400px;
overflow: auto; overflow-x: hidden;
overflow-y: auto;
} }
.offpage { .offpage {
@ -818,11 +819,11 @@ hr {
inline-size: 100%; inline-size: 100%;
inset-block-end: 0; inset-block-end: 0;
line-height: 41px; line-height: 41px;
overflow: hidden;
padding-block-end: 0; padding-block-end: 0;
padding-block-start: 0; padding-block-start: 0;
padding-inline-end: 16px; padding-inline-end: 16px;
padding-inline-start: 16px; padding-inline-start: 16px;
position: fixed;
} }
.delete-container { .delete-container {