mirror of
https://github.com/nextcloud/passman.git
synced 2025-02-24 23:44:01 +08:00
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:
parent
0751fbf2c6
commit
5220285ee1
1 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,9 @@
|
|||
@import 'share_credential';
|
||||
@import 'settings';
|
||||
|
||||
.app-passman{
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.template-hidden{
|
||||
display: none !important;
|
||||
|
|
Loading…
Reference in a new issue