id summary reporter owner description type status priority milestone component version severity resolution keywords cc focuses 38755 Customize: use calc() to set textarea height for custom CSS michaelarestad michaelarestad "The custom CSS module is pretty rad, but right now the height is just fixed at 553px. I think we can do better by making it as large as it can be in the visible space. The method I propose uses a combination of the `calc()` function and `vh`, a viewport unit. If the browser doesn't support either `calc()` or `vh`, it will gracefully fall back to whatever we set the fallback height to. My first patch fills as much space as possible. I have a minor concern that when other plugins enhance this editor (Jetpack), that the controls for it will be below and might be lost because it is filling the space. That said, those plugins could just override the height." defect (bug) closed normal 4.7 Customize normal fixed has-patch ui