diff --git a/data/constants.ts b/data/constants.ts
index db44a4c1e..8ca22cd0b 100644
--- a/data/constants.ts
+++ b/data/constants.ts
@@ -1,2 +1,2 @@
export const REPO_URL = 'ajnart/homarr';
-export const CURRENT_VERSION = 'v0.10.6';
+export const CURRENT_VERSION = 'v0.10.7';
diff --git a/package.json b/package.json
index b81ca8858..bef8a0f18 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "homarr",
- "version": "0.10.6",
+ "version": "0.10.7",
"description": "Homarr - A homepage for your server.",
"license": "MIT",
"repository": {
diff --git a/src/components/AppShelf/AppShelf.tsx b/src/components/AppShelf/AppShelf.tsx
index efcd7d0f7..ff2d118c8 100644
--- a/src/components/AppShelf/AppShelf.tsx
+++ b/src/components/AppShelf/AppShelf.tsx
@@ -143,7 +143,14 @@ const AppShelf = (props: any) => {
value={idx.toString()}
>
- {category}
+
+ {category}
+
{getItems(category)}
diff --git a/src/modules/search/SearchModule.tsx b/src/modules/search/SearchModule.tsx
index ec042b642..5c12b9672 100644
--- a/src/modules/search/SearchModule.tsx
+++ b/src/modules/search/SearchModule.tsx
@@ -144,7 +144,7 @@ export function SearchModuleComponent() {
//TODO: Fix the bug where clicking anything inside the Modal to ask for a movie
// will close it (Because it closes the underlying Popover)
return (
-
+
0 && opened && searchQuery.length > 3}
position="bottom"