I spent more than 30 seconds on this so it may be of value to somebody.
Open msconfig -> Boot -> Enable/Disable.
Done.
I spent more than 30 seconds on this so it may be of value to somebody.
Open msconfig -> Boot -> Enable/Disable.
Done.
If you cannot scroll your app check to see what your CSS is doing with body overflow…
body {
/* Allow for scrolling */
overflow:auto;
}