mirror of
https://github.com/simonw/datasette.git
synced 2026-06-04 08:07:01 +02:00
Fix for column select on Mobile Safari
Refs https://github.com/simonw/datasette/issues/2661#issuecomment-4027902138
This commit is contained in:
parent
e2c1e81ec9
commit
5805a126db
1 changed files with 1 additions and 0 deletions
|
|
@ -62,6 +62,7 @@ class ColumnChooser extends HTMLElement {
|
|||
dialog[open] {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: min(640px, calc(100vh - 32px));
|
||||
}
|
||||
|
||||
dialog::backdrop {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue