diff --git a/src/components/AddLibrary.jsx b/src/components/AddLibrary.jsx index 1054cff..54b6e4b 100644 --- a/src/components/AddLibrary.jsx +++ b/src/components/AddLibrary.jsx @@ -61,8 +61,8 @@ export default class AddLibrary extends Component {

Add Library

-
- +
+ #demo-frame { .saved-item-tile__btn { padding: 7px 10px; - color: rgba(255, 255, 255, 0.3); + color: white; border-radius: 20px; margin-left: 2px; - background: rgba(255, 255, 255, 0.05); + background: rgba(255, 255, 255, 0.1); text-transform: uppercase; } @@ -1066,7 +1067,8 @@ body > #demo-frame { } .saved-items-pane__container { - overflow-y: scroll; + overflow-y: auto; + overflow-x: hidden; max-height: calc(100vh - 90px); }