mirror of
https://github.com/nextcloud/passman.git
synced 2025-10-09 21:16:18 +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 'share_credential';
|
||||||
@import 'settings';
|
@import 'settings';
|
||||||
|
|
||||||
|
.app-passman{
|
||||||
|
overflow-x: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
.template-hidden{
|
.template-hidden{
|
||||||
display: none !important;
|
display: none !important;
|
||||||
|
|
Loading…
Add table
Reference in a new issue