diff --git a/src/app/components/about/about.component.sass b/src/app/components/about/about.component.sass index 4565a75..1df2e95 100644 --- a/src/app/components/about/about.component.sass +++ b/src/app/components/about/about.component.sass @@ -12,6 +12,7 @@ @include gridPosition(2, 2,2,2) background-color: $cPrimaryBackground padding: 1em + overflow: auto input margin: 0.25em diff --git a/src/app/components/feed/feed.component.sass b/src/app/components/feed/feed.component.sass index 399e19c..9b2e550 100644 --- a/src/app/components/feed/feed.component.sass +++ b/src/app/components/feed/feed.component.sass @@ -22,6 +22,7 @@ display: grid grid-template: 5% 95% /100% background-color: $cFeedBackground + overflow: auto #feedchooser @include gridPosition(1, 2, 1, 2) diff --git a/src/app/components/home/home.component.sass b/src/app/components/home/home.component.sass index f776e8f..89290b0 100644 --- a/src/app/components/home/home.component.sass +++ b/src/app/components/home/home.component.sass @@ -10,15 +10,18 @@ #chatcontainer @include gridPosition(1, 3, 1, 2) background-color: $cBoxBodyBackground + overflow: auto #feedcontainer @include gridPosition(1, 3, 2, 3) display: grid grid-template: 10% 90% /100% background-color: $cSecondaryBackground + overflow: auto #socialcontainer @include gridPosition(1, 3, 3, 4) display: grid grid-template: 50% 50% /100% - background-color: $cBoxBodyBackground \ No newline at end of file + background-color: $cBoxBodyBackground + overflow: auto \ No newline at end of file diff --git a/src/app/components/imprint/imprint.component.sass b/src/app/components/imprint/imprint.component.sass index 4067a31..7f25657 100644 --- a/src/app/components/imprint/imprint.component.sass +++ b/src/app/components/imprint/imprint.component.sass @@ -11,6 +11,7 @@ @include gridPosition(2, 2,2,2) background-color: $cPrimaryBackground padding: 1em + overflow: auto input margin: 0.25em diff --git a/src/app/components/login/login.component.sass b/src/app/components/login/login.component.sass index 3678649..cc8aa9a 100644 --- a/src/app/components/login/login.component.sass +++ b/src/app/components/login/login.component.sass @@ -11,6 +11,7 @@ @include gridPosition(2, 2,2,2) background-color: $cPrimaryBackground padding: 1em + overflow: auto input margin: 0.25em diff --git a/src/app/components/profile/profile.component.sass b/src/app/components/profile/profile.component.sass index f11af3c..5150b88 100644 --- a/src/app/components/profile/profile.component.sass +++ b/src/app/components/profile/profile.component.sass @@ -7,12 +7,14 @@ display: grid min-height: 90vh max-height: 90vh + #profilecontainer @include gridPosition(2, 2,2,2) //grid-template: 15% 15% 15% 15% 15% 15% / 100% background-color: $cPrimaryBackground padding: 1em + overflow: auto th text-align: left \ No newline at end of file diff --git a/src/app/components/register/register.component.sass b/src/app/components/register/register.component.sass index 89d4614..56a5862 100644 --- a/src/app/components/register/register.component.sass +++ b/src/app/components/register/register.component.sass @@ -13,6 +13,7 @@ grid-template: 15% 15% 15% 15% 15% 15% / 100% background-color: $cPrimaryBackground padding: 1em + overflow: auto input margin: 0.25em