Merge pull request #4421 from h3poteto/iss-3586
refs #3586 Add scroll bar if there are many hashtags or lists
This commit is contained in:
commit
369cd771e6
|
@ -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