소스 검색

Update the docs setting height and width on the sideMenu Options. (#3685)

Sebastian Luberriaga 6 년 전
부모
커밋
f6cc033f33
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4
    0
      docs/docs/styling.md

+ 4
- 0
docs/docs/styling.md 파일 보기

@@ -137,10 +137,14 @@ Navigation.mergeOptions(this.props.componentId, {
137 137
   },
138 138
   sideMenu: {
139 139
     left: {
140
+      width: 260,
141
+      height: 270,
140 142
       visible: false,
141 143
       enabled: true
142 144
     },
143 145
     right: {
146
+      width: 260,
147
+      height: 270,
144 148
       visible: false,
145 149
       enabled: true
146 150
     }