mirror of
https://github.com/simonw/datasette.git
synced 2026-05-28 12:56:18 +02:00
Fix for column actions on Mobile Safari, closes #2708
This commit is contained in:
parent
0dc7bb19d9
commit
aa84fe008d
1 changed files with 2 additions and 1 deletions
|
|
@ -818,7 +818,8 @@ dialog.mobile-column-actions-dialog::backdrop {
|
|||
}
|
||||
|
||||
.mobile-column-actions-dialog .list-wrap {
|
||||
flex: 1;
|
||||
flex: 1 1 auto;
|
||||
min-height: 0;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
position: relative;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue