11
@@ -159,6 +159,8 @@ export default {
}
.right {
+ height: 40vh;
+ overflow: scroll;
ul {
li {
list-style: none;
@@ -167,6 +169,9 @@ export default {
color: #aaa;
+ &::-webkit-scrollbar {
+ display: none;
+ }
.baseBottom {