8

Is it possible to make the menu disappear? thx!

enter image description here

G.D
  • 303
  • 1
  • 7
  • Just something to think about - if you do this you take away the users ability to navigate back to the site where the app was installed (i.e. the host web) – Rob Windsor Dec 21 '15 at 19:25

1 Answers1

8

put following css tag in App.css or in default.aspx

#suiteBarDelta {
    display: none !important;
}
#s4-ribbonrow{
display: none !important;
}
Azam Khan
  • 467
  • 4
  • 9