Bug 43060 - CSS style scrollbars should support margin
Summary: CSS style scrollbars should support margin
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-27 10:51 PDT by Erik Arvidsson
Modified: 2010-07-27 23:28 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Erik Arvidsson 2010-07-27 10:51:32 PDT
It would be nice if we could support margins for the -webkit-scrollbar-* pseudo elements so that we can get overlapping elements.

::-webkit-scrollbar-button:vertical:increment{
  ...
  margin-top: -2px;
}