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:
AkiraFukushima 2023-06-03 01:14:25 +09:00 committed by GitHub
commit 369cd771e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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);