forked from facebook/flipper
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add horizontal scroll bar for visualiser
Summary: A few users complained that the visualiser was cut off when it was enlarged past a certain point. While you could shrink it to fit ( we preserve aspect ratio) this isnt that obvious. To fix i have put the visualiser in a scroll container. The scrollbars interfere with the visualiser so i added some horizontal padding Changelog: UIDebugger add vertical scroll bar to visualiser when height exceeds viewport Reviewed By: mweststrate Differential Revision: D53308772 fbshipit-source-id: f44f0a3a0aa62ffbf2d93fc0e22e5e85cb789c80
- Loading branch information
1 parent
5f92ead
commit caa1af0
Showing
4 changed files
with
126 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters