Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
position: sticky; | position: sticky; | ||
top: 0; | top: 0; | ||
z-index: 1000; | |||
} | } | ||
Revision as of 10:48, 13 March 2024
#navwrapper {
position: sticky;
top: 0;
z-index: 1000;
}