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
parent
commit
f2e1e7fc6d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/components/Contacts/ContactsForm.scss
  2. 7
      app/components/Contacts/Network.scss
  3. 2
      app/components/Wallet/ReceiveModal.scss
  4. 2
      app/routes/activity/components/Activity.scss
  5. 2
      app/routes/app/components/App.scss

2
app/components/Contacts/ContactsForm.scss

@ -48,7 +48,7 @@
} }
.networkResults { .networkResults {
overflow-y: scroll; overflow-y: auto;
height: 250px; height: 250px;
margin-top: 30px; margin-top: 30px;
padding: 20px 0; padding: 20px 0;

7
app/components/Contacts/Network.scss

@ -42,7 +42,7 @@
.channels { .channels {
padding: 20px; padding: 20px;
height: 100%; height: 100%;
overflow-y: scroll; overflow-y: auto;
.listHeader { .listHeader {
position: relative; position: relative;
@ -101,8 +101,9 @@
ul { ul {
margin-top: 20px; margin-top: 20px;
height: 100%; height: auto;
overflow-y: scroll; overflow-y: auto;
overflow-x: hidden;
} }
.fade { .fade {

2
app/components/Wallet/ReceiveModal.scss

@ -106,7 +106,7 @@
.data { .data {
flex: 9; flex: 9;
overflow-x: scroll; overflow-y: auto;
} }
.copy { .copy {

2
app/routes/activity/components/Activity.scss

@ -88,7 +88,7 @@
padding-bottom: 50px; padding-bottom: 50px;
min-height: 100vh; min-height: 100vh;
height: 100vh; height: 100vh;
overflow-y: scroll; overflow-y: auto;
padding-top: 20px; padding-top: 20px;
&.pulldown { &.pulldown {

2
app/routes/app/components/App.scss

@ -5,7 +5,7 @@
width: 80%; width: 80%;
display: inline-block; display: inline-block;
vertical-align: top; vertical-align: top;
overflow-y: scroll; overflow-y: auto;
} }
.titleBar { .titleBar {

Loading…
Cancel
Save