Move box under textarea, fixes overlay blocking scrollbar

Fixes #87
This commit is contained in:
asl97 2022-08-12 16:31:14 +08:00 committed by GitHub
parent 0c3f1f56a4
commit 71380ffdf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,9 +97,9 @@ local function formspec_help(meta, manual)
"tableoptions[opendepth=1]"..
"table[0.1,0;9,5;page;"..table.concat(aTitel, ",")..";"..idx.."]"..
bttn..
"box[0,5.75;10.775,4.45;#000000]"..
"style_type[textarea;textcolor=#FFFFFF]"..
"textarea[0.3,5.7;11,5.3;;"..(aText[idx] or "")..";]"..
"box[0,5.75;10.775,4.45;#000000]"
"textarea[0.3,5.7;11,5.3;;"..(aText[idx] or "")..";]"
end
local function formspec_plan(meta, manual)