Browse Source
Merge pull request #331 from odb366/scrollbars-fix
scrollbar-fix2
renovate/lint-staged-8.x
Ben Woosley
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with
8 additions and
7 deletions
-
app/components/Contacts/ContactsForm.scss
-
app/components/Contacts/Network.scss
-
app/components/Wallet/ReceiveModal.scss
-
app/routes/activity/components/Activity.scss
-
app/routes/app/components/App.scss
|
|
@ -48,7 +48,7 @@ |
|
|
|
} |
|
|
|
|
|
|
|
.networkResults { |
|
|
|
overflow-y: scroll; |
|
|
|
overflow-y: auto; |
|
|
|
height: 250px; |
|
|
|
margin-top: 30px; |
|
|
|
padding: 20px 0; |
|
|
|
|
|
@ -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 { |
|
|
|
|
|
@ -106,7 +106,7 @@ |
|
|
|
|
|
|
|
.data { |
|
|
|
flex: 9; |
|
|
|
overflow-x: scroll; |
|
|
|
overflow-y: auto; |
|
|
|
} |
|
|
|
|
|
|
|
.copy { |
|
|
|
|
|
@ -88,7 +88,7 @@ |
|
|
|
padding-bottom: 50px; |
|
|
|
min-height: 100vh; |
|
|
|
height: 100vh; |
|
|
|
overflow-y: scroll; |
|
|
|
overflow-y: auto; |
|
|
|
padding-top: 20px; |
|
|
|
|
|
|
|
&.pulldown { |
|
|
|
|
|
@ -5,7 +5,7 @@ |
|
|
|
width: 80%; |
|
|
|
display: inline-block; |
|
|
|
vertical-align: top; |
|
|
|
overflow-y: scroll; |
|
|
|
overflow-y: auto; |
|
|
|
} |
|
|
|
|
|
|
|
.titleBar { |
|
|
|