Skip to content

Commit 1a34c05

Browse files
committed
Merge branch 'issue#109'
2 parents b6a4c7d + 3e3361e commit 1a34c05

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Furthermore, quite a few bugfixes have been been made. Most of them related to t
1212
* [issue#104](https://github.com/jeroenrnl/zoph/issues/104): Search results for text-based 'LIKE' searches are reversed
1313
* [issue#105](https://github.com/jeroenrnl/zoph/issues/105), [issue#106](https://github.com/jeroenrnl/zoph/issues/106), [issue#108](https://github.com/jeroenrnl/zoph/issues/108): Several issues with the search results page
1414
* [issue#107](https://github.com/jeroenrnl/zoph/issues/107): ">", ">=", "<" and "<=" are pointless for text searches
15+
* [issue#109](https://github.com/jeroenrnl/zoph/issues/109): Autocomplete dropdown sometimes hidden behind map
1516

1617
#### Refactor ####
1718
* Removed unused functions in util.inc.php

php/templates/default/css.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@
349349
border: 1px solid <?= colorScheme::getColor("table_border_color") ?>;
350350
max-height: 15em;
351351
overflow: auto;
352-
z-index: 5;
352+
z-index: 500;
353353
}
354354

355355
ul.autocompdropdown ul {

0 commit comments

Comments
 (0)