pkdevbox / iui

Automatically exported from code.google.com/p/iui
MIT License
0 stars 0 forks source link

Fixed Header (Enhancement) #353

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This code is for users/developers who want to use fixed header on embedded in 
their app (via WebView)

div.toolbar {
    position:fixed;
    left:0px;
    top:0px;
    width:100%;
    z-index:1;
}

Original issue reported on code.google.com by sirai...@gmail.com on 19 Apr 2013 at 4:37