sticky action bar

Im trying to do action bar sticky (as top bar does) but with overlay menu (so no top bar). I

#Action_bar {

 background: white;

 position: -webkit-sticky;

 position: sticky;

 top: 0;

}

not working. Is there anything i am missing? What should i do to have action bar behave like top bar but not losing overlay menu?

Thanks again Phil

Comments

Sign In or Register to comment.