From a9ef5ea8ff739e2748c29bcbfd47ea264dfd1f21 Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Fri, 21 Jul 2017 14:05:17 +0200 Subject: [PATCH] Wizard: make sure its scrollable on small screens --- app/assets/stylesheets/zammad.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index 71b17c243..77f690c57 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -6444,6 +6444,9 @@ footer { @extend .u-textTruncate; } +.wizard { + margin: auto; // makes sure that the wizard is scrollable +} .wizard-logo { fill: white;