diff --git a/DeepDrftCms/Layout/CmsLayout.razor b/DeepDrftCms/Layout/CmsLayout.razor
index 52b7904..2a830b9 100644
--- a/DeepDrftCms/Layout/CmsLayout.razor
+++ b/DeepDrftCms/Layout/CmsLayout.razor
@@ -1,3 +1,4 @@
+@rendermode InteractiveServer
@inherits LayoutComponentBase
diff --git a/DeepDrftWeb.Client/Layout/MainLayout.razor b/DeepDrftWeb.Client/Layout/MainLayout.razor
index 1e87ab1..2be2cc9 100644
--- a/DeepDrftWeb.Client/Layout/MainLayout.razor
+++ b/DeepDrftWeb.Client/Layout/MainLayout.razor
@@ -1,4 +1,5 @@
-@using DeepDrftWeb.Client.Controls
+@rendermode InteractiveAuto
+@using DeepDrftWeb.Client.Controls
@using DeepDrftWeb.Client.Controls.AudioPlayerBar
@using DeepDrftWeb.Client.Services
@using DeepDrftWeb.Client.Common
diff --git a/DeepDrftWeb/Components/App.razor b/DeepDrftWeb/Components/App.razor
index 5d10bda..506f2cb 100644
--- a/DeepDrftWeb/Components/App.razor
+++ b/DeepDrftWeb/Components/App.razor
@@ -15,11 +15,11 @@
-
+
-
+