aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/page-container/index.scss
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/page-container/index.scss')
-rw-r--r--ui/app/components/page-container/index.scss7
1 files changed, 2 insertions, 5 deletions
diff --git a/ui/app/components/page-container/index.scss b/ui/app/components/page-container/index.scss
index 1634ab012..6fc97820a 100644
--- a/ui/app/components/page-container/index.scss
+++ b/ui/app/components/page-container/index.scss
@@ -6,6 +6,7 @@
display: flex;
flex-flow: column;
border-radius: 8px;
+ overflow-y: auto;
&__header {
display: flex;
@@ -197,11 +198,7 @@
background-color: $white;
border-radius: 0;
flex: 1;
-
- &__content {
- display: flex;
- overflow-y: initial;
- }
+ overflow-y: auto;
}
}