縦スクロールを無効化

This commit is contained in:
samunohito 2024-03-29 07:50:47 +09:00
parent 695b75c944
commit 0bc2401894
3 changed files with 6 additions and 3 deletions

View File

@ -680,7 +680,8 @@ onMounted(async () => {
}
.gridArea {
overflow: scroll;
overflow-x: auto;
overflow-y: hidden;
padding-top: 8px;
padding-bottom: 8px;
resize: vertical;

View File

@ -452,7 +452,8 @@ onMounted(async () => {
}
.gridArea {
overflow: scroll;
overflow-x: auto;
overflow-y: hidden;
padding-top: 8px;
padding-bottom: 8px;
resize: vertical;

View File

@ -344,7 +344,8 @@ onMounted(async () => {
}
.gridArea {
overflow: scroll;
overflow-x: auto;
overflow-y: hidden;
padding-top: 8px;
padding-bottom: 8px;
resize: vertical;