Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LibWebView: Prevent displaying two scroll bars in the inspector console
We currently display scroll bars for the JS console and its parent tab container. We want the console output to be separately scrollable from the tab content, but since both containers are scrollable, we end up with nested scroll bars. This also makes actually scrolling feel pretty awkward. Prevent this by making the tab container non-scrollable when the JS console is shown. (cherry picked from commit 4795b9206cfeb2edf573461e02f0c148b9972a36)
- Loading branch information