refs #3586 Add scroll bar if there are many hashtags or lists

This commit is contained in:
AkiraFukushima 2023-06-03 01:06:51 +09:00
parent 9156ba9358
commit 6b3b86b8fc
No known key found for this signature in database
GPG Key ID: B6E51BAC4DE1A957
1 changed files with 1 additions and 1 deletions

View File

@ -510,7 +510,7 @@ export default defineComponent({
height: calc(100% - 82px);
width: 180px;
border: none;
overflow: hidden;
overflow-x: hidden;
.menu-item-title {
color: rgb(144, 147, 153);