Merge pull request #528 from nextcloud/fix/525/mobileview_bouncing_after_close_via_swipe

Removed overflow-x, so that scrolling and swiping does not break mobile ui
This commit is contained in:
newhinton 2019-05-12 11:42:48 +02:00 committed by GitHub
commit 233e02445b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,6 +33,9 @@
@import 'share_credential';
@import 'settings';
.app-passman{
overflow-x: hidden;
}
.template-hidden{
display: none !important;