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
   },
137
   },
138
   sideMenu: {
138
   sideMenu: {
139
     left: {
139
     left: {
140
+      width: 260,
141
+      height: 270,
140
       visible: false,
142
       visible: false,
141
       enabled: true
143
       enabled: true
142
     },
144
     },
143
     right: {
145
     right: {
146
+      width: 260,
147
+      height: 270,
144
       visible: false,
148
       visible: false,
145
       enabled: true
149
       enabled: true
146
     }
150
     }