Master view of SplitApp is not hiding properly after changing its width through css
Mar 06, 2017 at 01:52 PM|61 Views
After changing the width of Master panel of SplitApp . It is not collapsing or hiding the panel properly. I used css to change the width of master panel.
You can reduce the width of the controls in master page. I believe they are right now at 100% and hence your master page is occupying more space. Set the width to 50% for all the controls in master page. Alternatively, apply css to controls in master page rather than to the app.
Add comment