20Q autocomplete and menu css fixes

This commit is contained in:
Vlyan
2025-09-27 10:56:06 +02:00
parent a2285931b3
commit dda47c51a8
4 changed files with 6 additions and 3 deletions

View File

@@ -7,7 +7,9 @@ Date format : day/month/year
> - `system-version`: System functionalities and Fixes. > - `system-version`: System functionalities and Fixes.
## 1.13.2 - ??/09/2025 - Fixes ## 1.13.2 - ??/09/2025 - Fixes
- Sheet : Fix for pressing key "Enter" in input trigger "no active Encounter..." message. - Sheet : Fix for pressing key `Enter` in input trigger `no active Encounter...` message.
- Fix Compendium `Astrolab` is duplicate with `Mantis Clan` and `cotfw`. Renamed the `cotfw` version to `Astrolabe (Unicorn)`.
- Fix 20Q autocomplete and menu css.
## 1.13.1 - 21/09/2025 - Conditions & Fixes ## 1.13.1 - 21/09/2025 - Conditions & Fixes
- Fix for Clicking on items doesn't show item window (#65 Thx to Litasa) - Fix for Clicking on items doesn't show item window (#65 Thx to Litasa)

File diff suppressed because one or more lines are too long

View File

@@ -7,7 +7,7 @@
width: 4rem; width: 4rem;
height: 41.58rem; height: 41.58rem;
margin: 1%; margin: 1%;
line-height: 5rem; line-height: 3rem;
padding: 0.25rem; padding: 0.25rem;
border-bottom: 0 none; border-bottom: 0 none;
} }

View File

@@ -609,6 +609,7 @@ form#settings-config {
.autocomplete-wrapper { .autocomplete-wrapper {
position: relative;
.autocomplete-list { .autocomplete-list {
position: absolute; position: absolute;
border: 1px solid #6e7e6b; border: 1px solid #6e7e6b;