Removed overflow-x, so that scrolling and swiping does not break mobile ui

Signed-off-by: fnuesse <felix.nuesse@t-online.de>
This commit is contained in:
fnuesse 2018-12-22 11:19:24 +01:00
parent 0751fbf2c6
commit 5220285ee1
No known key found for this signature in database
GPG key ID: 2089A3431243E819

View file

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