aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-10-18 09:25:22 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-10-18 09:25:22 +0200
commit452ff4a35af6df43e6f76d2e5db8de2e1b194ccc (patch)
tree52ebf16c2654bf9c31f1d9d44cb94695d2e6de31 /src
parenttest to reload app after resume (diff)
downloadferdium-app-452ff4a35af6df43e6f76d2e5db8de2e1b194ccc.tar.gz
ferdium-app-452ff4a35af6df43e6f76d2e5db8de2e1b194ccc.tar.zst
ferdium-app-452ff4a35af6df43e6f76d2e5db8de2e1b194ccc.zip
make plan selection scrollable
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%',