Merge pull request #1891 from yshui/master
Bottom button shouldn't obstruct the list
This commit is contained in:
commit
6d7b30d73d
1 changed files with 3 additions and 2 deletions
|
@ -102,7 +102,8 @@ table {
|
|||
flex: 1;
|
||||
inline-size: 100%;
|
||||
max-block-size: 400px;
|
||||
overflow: auto;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.offpage {
|
||||
|
@ -818,11 +819,11 @@ hr {
|
|||
inline-size: 100%;
|
||||
inset-block-end: 0;
|
||||
line-height: 41px;
|
||||
overflow: hidden;
|
||||
padding-block-end: 0;
|
||||
padding-block-start: 0;
|
||||
padding-inline-end: 16px;
|
||||
padding-inline-start: 16px;
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
.delete-container {
|
||||
|
|
Loading…
Add table
Reference in a new issue