css - Cordova: Position:sticky invalid property value -


on https://myroutes.io/routes #stickybar , .navbar stickied top of page. exact same page on cordova marked invalid property.

what workaround? .navbar stickied @ top: 0px; , #stickybar @ top: 60px;

#stickybar {   position: -webkit-sticky;   position: -moz-sticky;   position: -ms-sticky;   position: -o-sticky;   position: sticky;   margin-top: 0px;   top: 60px;   z-index: 1000; } 

enter image description here


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -