Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
authorfnuesse <felix.nuesse@t-online.de>2018-12-22 13:19:24 +0300
committerfnuesse <felix.nuesse@t-online.de>2018-12-22 13:19:24 +0300
commit5220285ee1a10990a53378eab49bca6003a942af (patch)
tree5e81b0e140ef336f5db57f864196ba5abd8aee87 /sass
parent0751fbf2c67a72986a134e35321b3c0b8fbf9d6c (diff)
Removed overflow-x, so that scrolling and swiping does not break mobile uifix/525/mobileview_bouncing_after_close_via_swipe
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
Diffstat (limited to 'sass')
-rw-r--r--sass/app.scss3
1 files changed, 3 insertions, 0 deletions
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;