|
@@ -1394,7 +1394,7 @@ int Element::scroll_width() const
|
|
return 0;
|
|
return 0;
|
|
|
|
|
|
// 7. Return the width of the element’s scrolling area.
|
|
// 7. Return the width of the element’s scrolling area.
|
|
- return paintable_box()->border_box_width().to_int();
|
|
|
|
|
|
+ return paintable_box()->scrollable_overflow_rect()->width().to_int();
|
|
}
|
|
}
|
|
|
|
|
|
// https://drafts.csswg.org/cssom-view/#dom-element-scrollheight
|
|
// https://drafts.csswg.org/cssom-view/#dom-element-scrollheight
|