refs #3586 Add scroll bar if there are many hashtags or lists
This commit is contained in:
parent
9156ba9358
commit
6b3b86b8fc
|
@ -510,7 +510,7 @@ export default defineComponent({
|
||||||
height: calc(100% - 82px);
|
height: calc(100% - 82px);
|
||||||
width: 180px;
|
width: 180px;
|
||||||
border: none;
|
border: none;
|
||||||
overflow: hidden;
|
overflow-x: hidden;
|
||||||
|
|
||||||
.menu-item-title {
|
.menu-item-title {
|
||||||
color: rgb(144, 147, 153);
|
color: rgb(144, 147, 153);
|
||||||
|
|
Loading…
Reference in New Issue