Have you played with the /wp-admin/wp-admin.css file at all?
Thread Starter
carnoy
(@carnoy)
Tried to do it, but didn’t see where and what to change.
<fieldset id="categorydiv">
Thats the bit.
I’d suggest adding a colour maybe ? Just so you can see what’s what as otherwise the white-on-white with just the text to go by could make it tricky.
And if all goes incredibly interesting, use your backup copy 🙂
Thread Starter
carnoy
(@carnoy)
Thanks.
I deleted the “overflow: auto;” line and it is convenient for me now.
But in fact, for the future, I don’t how to adjust the hight of the scrolling window .
#categorydiv div {
height: 200em;
overflow: auto;
}
Make the div taller ?
Thread Starter
carnoy
(@carnoy)
Yes, very nice! Exactly what I was looking for.
Thanks for helping. I learn something new and got it taller.