Fix for column select on Mobile Safari

Refs https://github.com/simonw/datasette/issues/2661#issuecomment-4027902138
This commit is contained in:
Simon Willison 2026-03-09 18:05:01 -07:00
commit 5805a126db

View file

@ -62,6 +62,7 @@ class ColumnChooser extends HTMLElement {
dialog[open] {
display: flex;
flex-direction: column;
height: min(640px, calc(100vh - 32px));
}
dialog::backdrop {