| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Returns the scrollbar to native style. Fixes: nodejs#6443
|
@nodejs/documentation @nodejs/website |
Sorry, something went wrong.
|
Actually, that would be a perfect solution. |
Sorry, something went wrong.
|
Let's do it. LGTM |
Sorry, something went wrong.
|
LGTM! |
Sorry, something went wrong.
|
Eh, I think we've bikeshedded this to death, so LGTM. Bit of a shame that this won't emulate OS X scrollbars on Windows anymore, but I guess we let Browsers solve that "issue". |
Sorry, something went wrong.
|
Bikesheds are built on weekends :) |
Sorry, something went wrong.
|
I'm gonna create a bikeshed-this label so people know where the really good bikeshed conversations are happening. Good idea or no? ;-) |
Sorry, something went wrong.
|
+1 -1 +1 -1 +1 -1 +1 -1 +1 -1 +1 -1 |
Sorry, something went wrong.
|
LGTM. |
Sorry, something went wrong.
|
Merging this tomorrow if there's no objections |
Sorry, something went wrong.
Returns the doc custom scrollbar to native style. Fixes: nodejs#6443 PR-URL: nodejs#6479 Reviewed-By: Robert Lindstaedt <robert.lindstaedt@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
|
Chrome (at least on a Mac) will give you indicators on the scrollbar of where cmd+f results are. Using custom styles on the scrollbar breaks this – so I'm glad to see it works again in the narrow view. However, in the wide view, since the content area's scrollbars are not on the body, they still don't work there: |
Sorry, something went wrong.
|
@zertosh I suggest filing a separate issue for this, if there isn't one already. |
Sorry, something went wrong.
|
Did one for you. Couldn't find any... #6637 Thanks for reporting, this bugged me for a while too. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Checklist
Affected core subsystem(s)
doc
Description of change
Returns the scrollbar to native style.
Alternative to #6474 and #6445
Fixes: #6443