From bb601eae78edea07f73f509f65b52e5e8eca765d Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 11 Feb 2013 18:43:50 +0000 Subject: Don't reduce width of textarea box for CSS overflow scrollbar; it won't get one. --- render/layout.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'render') diff --git a/render/layout.c b/render/layout.c index 80d470c7a..d8aa2f7da 100644 --- a/render/layout.c +++ b/render/layout.c @@ -1488,8 +1488,6 @@ void layout_float_find_dimensions(int available_width, size = INTTOFIX(10); width = FIXTOINT(nscss_len2px(size, unit, box->style)); - } else { - width -= scrollbar_width; } if (height == AUTO) { size = INTTOFIX(4); -- cgit v1.2.3