aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/quickSwitch/Component.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/quickSwitch/Component.js')
-rw-r--r--src/features/quickSwitch/Component.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/features/quickSwitch/Component.js b/src/features/quickSwitch/Component.js
index cc2775178..58479e7ef 100644
--- a/src/features/quickSwitch/Component.js
+++ b/src/features/quickSwitch/Component.js
@@ -44,7 +44,8 @@ const styles = theme => ({
44 services: { 44 services: {
45 width: '100%', 45 width: '100%',
46 maxHeight: '50vh', 46 maxHeight: '50vh',
47 overflow: 'scroll', 47 overflowX: 'hidden',
48 overflowY: 'auto',
48 }, 49 },
49 service: { 50 service: {
50 background: theme.styleTypes.primary.contrast, 51 background: theme.styleTypes.primary.contrast,