Browse Source

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

Sebastian Luberriaga 6 years ago
parent
commit
f6cc033f33
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      docs/docs/styling.md

+ 4
- 0
docs/docs/styling.md View File

@@ -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
     }