themeskult / wp-svbtle

Wordpress Admin & Theme inspired by Svbtle
http://wp-svbtle.com
1.45k stars 220 forks source link

Fixed overlap bug in edit.php #153

Closed tansey closed 11 years ago

tansey commented 11 years ago

The textarea box was expanding all the way to the bottom of the page, but its z-index was lower than the buttons class so the bottom 75px of text was cut off. I wrapped the textarea in a div and added min- and max-height constraints so that the js textarea expander expands the textarea to the proper size.