From 5220285ee1a10990a53378eab49bca6003a942af Mon Sep 17 00:00:00 2001 From: fnuesse Date: Sat, 22 Dec 2018 11:19:24 +0100 Subject: [PATCH] Removed overflow-x, so that scrolling and swiping does not break mobile ui Signed-off-by: fnuesse --- sass/app.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sass/app.scss b/sass/app.scss index f064c217..6d3c2d54 100644 --- a/sass/app.scss +++ b/sass/app.scss @@ -32,6 +32,9 @@ @import 'share_credential'; @import 'settings'; +.app-passman{ + overflow-x: hidden; +} .template-hidden{ display: none !important;