css: make the logo to be always on top
This commit is contained in:
parent
c62d86f41b
commit
bcf09ae4b0
|
@ -321,6 +321,7 @@ nav .logo {
|
|||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 99 !important;
|
||||
}
|
||||
nav .selected {
|
||||
font-weight: bold;
|
||||
|
|
Loading…
Reference in New Issue