diff --git a/app/components/Contacts/ContactsForm.scss b/app/components/Contacts/ContactsForm.scss index 977195f9..b74265fc 100644 --- a/app/components/Contacts/ContactsForm.scss +++ b/app/components/Contacts/ContactsForm.scss @@ -48,7 +48,7 @@ } .networkResults { - overflow-y: scroll; + overflow-y: auto; height: 250px; margin-top: 30px; padding: 20px 0; diff --git a/app/components/Contacts/Network.scss b/app/components/Contacts/Network.scss index 3dc6c665..7f9332e8 100644 --- a/app/components/Contacts/Network.scss +++ b/app/components/Contacts/Network.scss @@ -42,7 +42,7 @@ .channels { padding: 20px; height: 100%; - overflow-y: scroll; + overflow-y: auto; .listHeader { position: relative; @@ -101,8 +101,9 @@ ul { margin-top: 20px; - height: 100%; - overflow-y: scroll; + height: auto; + overflow-y: auto; + overflow-x: hidden; } .fade { diff --git a/app/components/Wallet/ReceiveModal.scss b/app/components/Wallet/ReceiveModal.scss index 3ee6279a..c74acad5 100644 --- a/app/components/Wallet/ReceiveModal.scss +++ b/app/components/Wallet/ReceiveModal.scss @@ -106,7 +106,7 @@ .data { flex: 9; - overflow-x: scroll; + overflow-y: auto; } .copy { diff --git a/app/routes/activity/components/Activity.scss b/app/routes/activity/components/Activity.scss index d77d0906..f8a88c63 100644 --- a/app/routes/activity/components/Activity.scss +++ b/app/routes/activity/components/Activity.scss @@ -88,7 +88,7 @@ padding-bottom: 50px; min-height: 100vh; height: 100vh; - overflow-y: scroll; + overflow-y: auto; padding-top: 20px; &.pulldown { diff --git a/app/routes/app/components/App.scss b/app/routes/app/components/App.scss index 0f0a89cd..d12cf532 100644 --- a/app/routes/app/components/App.scss +++ b/app/routes/app/components/App.scss @@ -5,7 +5,7 @@ width: 80%; display: inline-block; vertical-align: top; - overflow-y: scroll; + overflow-y: auto; } .titleBar {