Fix region sizing on web
This commit is contained in:
parent
3e19728618
commit
fa115c1cba
14 changed files with 25 additions and 16 deletions
|
@ -73,7 +73,7 @@ function DebugInner({
|
|||
const items = [{currentView}]
|
||||
|
||||
return (
|
||||
<View style={[s.h100pct, pal.view]}>
|
||||
<View style={[s.hContentRegion, pal.view]}>
|
||||
<ViewHeader title="Debug panel" />
|
||||
<ViewSelector
|
||||
swipeEnabled
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue