mirror of
https://github.com/simonw/datasette.git
synced 2026-05-27 12:34:37 +02:00
Remove height: 100% to fix Safari bug, closes #2724
This commit is contained in:
parent
5d6de0154d
commit
bbbc1cd596
2 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,6 @@ class NavigationSearch extends HTMLElement {
|
|||
.search-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.search-input-wrapper {
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue