This repository was archived by the owner on Jan 31, 2023. It is now read-only.
Needless scroll bars for code example boxes #208
Open
Description
Both .highlight
class and code
tag has overflow: scroll;
. They cause scrollbars to appear for code example boxes (actually double scrollbars).
See example here:
http://docs.phonegap.com/phonegap-build/configuring/
If you just remove this rules it will look fine... But maybe this is need elsewhere.
Oh, this looks the same both for Chrome and Firefox (at least on Windows).