From c61ca5cb0c349e9fd155eec12f0fe1d9ee380d46 Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Willms <tleilax+github@gmail.com> Date: Mon, 12 Dec 2022 15:52:41 +0100 Subject: [PATCH] fixes #43 --- views/dashboard/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/dashboard/index.php b/views/dashboard/index.php index 1e98d18..478373d 100644 --- a/views/dashboard/index.php +++ b/views/dashboard/index.php @@ -95,7 +95,7 @@ $attributes = [ </tbody> </table> - <mounting-portal mount-to="#layout-sidebar .sidebar" name="sidebar-filter" append> + <mounting-portal mount-to="#sidebar" name="sidebar-filter" append> <div class="sidebar-widget sidebar-search"> <div class="sidebar-widget-header"><?= _('Suche') ?></div> <div class="sidebar-widget-content"> -- GitLab