diff options
| author | bobzel <zzzman@gmail.com> | 2024-01-27 12:43:20 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-01-27 12:43:20 -0500 |
| commit | e17a812f8a8a2c389bf098f7a30c8326881d4dc6 (patch) | |
| tree | 13c227b4eac488f51480732f7090aefbb8925b4a /src/client/views/search/SearchBox.scss | |
| parent | 0ea81ce3582c739078b86ea3bc1b58bdeb3fe839 (diff) | |
added searchable flag to docoption types. fixed searchbox scrolling and showing results. added search by key and exact match.
Diffstat (limited to 'src/client/views/search/SearchBox.scss')
| -rw-r--r-- | src/client/views/search/SearchBox.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/search/SearchBox.scss b/src/client/views/search/SearchBox.scss index 09e459f7d..94e64b952 100644 --- a/src/client/views/search/SearchBox.scss +++ b/src/client/views/search/SearchBox.scss @@ -8,6 +8,7 @@ background: none; z-index: 1000; padding: 0px; + overflow: auto; cursor: default; .searchBox-bar { |
