root in fixed position

This commit is contained in:
antil0pa 2020-01-09 11:02:44 +01:00
parent 5a38262b4d
commit dc03443dd3
3 changed files with 24 additions and 0 deletions

View File

@ -234,6 +234,13 @@ div#nav-logo {
display: none;
}
.droot img {
display: none;
}
.columns.six {
width: 100%;
}
/* Language menu*/

View File

@ -742,6 +742,23 @@ ul#nav li a:hover .ul#nav li ul {
opacity: 1;
}
/* Mission statement
--------------------------------------*/
#_root {
position: -webkit-sticky;
position: sticky;
top: 5vh;
height: 0;
z-index: 9999;
}
.droot img {
height: 80vh;
float: left;
}
/* NC clients
--------------------------------------*/

BIN
images/disroot-root.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 153 KiB