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

View File

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