diff --git a/frontend/src/Components/Autocomplete.svelte b/frontend/src/Components/Autocomplete.svelte index ffeab064..98d927ef 100644 --- a/frontend/src/Components/Autocomplete.svelte +++ b/frontend/src/Components/Autocomplete.svelte @@ -117,7 +117,7 @@ {#if candidates && candidates.length > 0} - {#each candidates as candidate,i} {/each} diff --git a/web/src/main/resources/web/css/bloodshed.css b/web/src/main/resources/web/css/bloodshed.css index fe01db99..9af28530 100644 --- a/web/src/main/resources/web/css/bloodshed.css +++ b/web/src/main/resources/web/css/bloodshed.css @@ -275,7 +275,7 @@ textarea{ .account .sums{ position: sticky; bottom: 0; - z-index: 100; + z-index: 60; } .taglist .editor > span{ @@ -426,6 +426,10 @@ a.wikilink{ display: block; } +select.autocomplete{ + z-index: 100; +} + .grid2{ display: grid; grid-template-columns: 230px auto; @@ -442,6 +446,10 @@ a.wikilink{ grid-template-columns: [left] 1fr [first] 1fr [second] 1fr [right] } +.stock.grid3{ + grid-template-columns: [left] 1fr [first] 1fr [second] 2fr [right] +} + .grid3 .locations { grid-row-end: span 3; } diff --git a/web/src/main/resources/web/css/default.css b/web/src/main/resources/web/css/default.css index 271aa22d..65a92884 100644 --- a/web/src/main/resources/web/css/default.css +++ b/web/src/main/resources/web/css/default.css @@ -368,7 +368,7 @@ textarea{ .account .sums{ position: sticky; bottom: 0; - z-index: 100; + z-index: 60; } .taglist .editor > span{ @@ -529,6 +529,10 @@ a.wikilink{ display: block; } +select.autocomplete{ + z-index: 100; +} + .grid2{ display: grid; grid-template-columns: 230px auto; diff --git a/web/src/main/resources/web/css/winter.css b/web/src/main/resources/web/css/winter.css index 51d57641..ee8c9285 100644 --- a/web/src/main/resources/web/css/winter.css +++ b/web/src/main/resources/web/css/winter.css @@ -368,7 +368,7 @@ textarea{ .account .sums{ position: sticky; bottom: 0; - z-index: 100; + z-index: 60; } .taglist .editor > span{ @@ -519,6 +519,10 @@ a.wikilink{ display: block; } +select.autocomplete{ + z-index: 100; +} + .grid2{ display: grid; grid-template-columns: 230px auto;