/ Published in: CSS
Keeps the navbar fixed
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
/* 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 */ }