diff --git a/MP-TAB/MP-TAB/Components/App.razor b/MP-TAB/MP-TAB/Components/App.razor index 7a90008a..a83b0d09 100644 --- a/MP-TAB/MP-TAB/Components/App.razor +++ b/MP-TAB/MP-TAB/Components/App.razor @@ -18,6 +18,7 @@ + diff --git a/MP-TAB/MP-TAB/Components/Layout/MainLayout.razor.css b/MP-TAB/MP-TAB/Components/Layout/MainLayout.razor.css index 73e2b672..e98b1a2d 100644 --- a/MP-TAB/MP-TAB/Components/Layout/MainLayout.razor.css +++ b/MP-TAB/MP-TAB/Components/Layout/MainLayout.razor.css @@ -60,6 +60,7 @@ main { height: 100vh; position: sticky; top: 0; + left: 100%; } .top-row { diff --git a/MP-TAB/MP-TAB/MP-TAB.csproj b/MP-TAB/MP-TAB/MP-TAB.csproj index 09aa5521..cd5bbed3 100644 --- a/MP-TAB/MP-TAB/MP-TAB.csproj +++ b/MP-TAB/MP-TAB/MP-TAB.csproj @@ -49,6 +49,18 @@ + + + + + + + + + + + +