aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/features/planSelection/components/PlanSelection.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/features/planSelection/components/PlanSelection.js b/src/features/planSelection/components/PlanSelection.js
index 74f90868a..355187516 100644
--- a/src/features/planSelection/components/PlanSelection.js
+++ b/src/features/planSelection/components/PlanSelection.js
@@ -72,6 +72,7 @@ const styles = theme => ({
72 justifyContent: 'center', 72 justifyContent: 'center',
73 alignItems: 'center', 73 alignItems: 'center',
74 zIndex: 999999, 74 zIndex: 999999,
75 overflowY: 'scroll',
75 }, 76 },
76 container: { 77 container: {
77 width: '80%', 78 width: '80%',