change the size of monaca textarea

Asked 1 years ago, Updated 1 years ago, 98 views

I started studying monaca by modifying the notepad of the reference program.
In the first state, the textarea for writing notes is very narrow, but I don't know how to make it bigger.
Is it impossible with CSS?
If anyone understands, please take care of me.

monaca jquery css onsen-ui

2022-09-30 20:36

1 Answers

Isn't css applied well?
I tried adding something like this to style.css and it got bigger.

textarea#Memo
{
    height —200px;
}

Enter a description of the image here


2022-09-30 20:36

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.