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