Remove height: 100% to fix Safari bug, closes #2724

This commit is contained in:
Simon Willison 2026-05-20 12:33:33 -07:00
commit bbbc1cd596
2 changed files with 1 additions and 1 deletions

View file

@ -54,7 +54,6 @@ class NavigationSearch extends HTMLElement {
.search-container {
display: flex;
flex-direction: column;
height: 100%;
}
.search-input-wrapper {

View file

@ -11,6 +11,7 @@ Unreleased
- Dropped Janus as a dependency, previously used to manage the write queue. This should not have any impact on plugin developers or end-users. (:issue:`1752`)
- Fixed a bug where stale tables and other related resources were not removed from ``catalog_*`` tables when a database was removed. (:issue:`2723`)
- Fixed a Safari bug with the table search mechanism triggered by pressing ``/``. (:issue:`2724`)
.. _v1_0_a29: