Merge pull request #2143 from aisu-wata0/style_mes_block_overflow_y

style: `.mes_block { overflow-y: clip; }`
This commit is contained in:
Cohee 2024-04-26 18:36:17 +03:00 committed by GitHub
commit be7eb8b2b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -1000,6 +1000,7 @@ body .panelControlBar {
padding-left: 10px;
width: 100%;
overflow-x: hidden;
overflow-y: clip;
}
.mes_text {