Return to Snippet

Revision: 49589
at July 26, 2011 00:49 by seiz


Updated Code
/* Userstyle for Google+ to keep Navbars from scrolling with content */

div#gb{
    position: fixed;
    width: 100%;
}

div.a-U-T{
    position: fixed !important;
    top: 29px;
    height: 60px;
    z-index: 100 !important;
}

div#content{
	top: 90px;
}

div.zg{
    z-index: 4000 !important; /* make sure image browser is always in fg */
}

Revision: 49588
at July 26, 2011 00:44 by seiz


Updated Code
/* Userstyle for Google+ to keep Navbar fixed at top */

div#gb{
    position: fixed;
    width: 100%;
}

div.a-U-T{
    position: fixed !important;
    top: 29px;
    height: 60px;
    z-index: 100 !important;
}

div#content{
	top: 90px;
}

div.zg{
    z-index: 4000 !important; /* make sure image browser is always in fg */
}

Revision: 49587
at July 26, 2011 00:42 by seiz


Initial Code
/* Userstyle for Google+ to keep Navbar fixed at top */

div#gb{
    position: fixed;
    width: 100%;
}
div.a-U-T{
    position: fixed !important;
    top: 29px;
    height: 60px;
    z-index: 100 !important;
}
/*
.a-U-T, .a-p-T, .a-Xa-T{
    top: 30px;
}
*/
div#content{
	top: 90px;
}

div.zg{
    z-index: 4000 !important; /* image browser */
}

Initial URL


Initial Description
Keeps the navbar fixed

Initial Title
Google+ Userstyle

Initial Tags


Initial Language
CSS