Browse Source

sidebar overflow scroll

all-modes
pbca26 8 years ago
parent
commit
ad7554b29c
  1. 5
      react/src/styles/index.scss

5
react/src/styles/index.scss

@ -149,6 +149,11 @@ body {
right: 15px;
}
.page-aside-inner .wallet-widgets-list {
overflow-y: auto;
height: 100%;
}
/*.toaster .single-toast:nth-child(0) {
bottom: 12px;
}

Loading…
Cancel
Save