ChromeDevTools / debugger-protocol-viewer

DevTools Protocol API docs—its domains, methods, and events
https://chromedevtools.github.io/devtools-protocol/
Other
862 stars 172 forks source link

Fix sidebar menu scrolling. #51

Closed kdzwinel closed 8 years ago

kdzwinel commented 8 years ago

This is a solution from the polymer docs:

The drawer and the main panels are not scrollable. You can set CSS overflow property on the elements to make them scrollable or use paper-header-panel.

https://elements.polymer-project.org/elements/paper-drawer-panel

You can see the result here: https://kdzwinel.github.io/debugger-protocol-viewer/

Note that it added a slight shadow under "Domains".