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;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
z-index: 99 !important;
|
||||||
}
|
}
|
||||||
nav .selected {
|
nav .selected {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
Loading…
Reference in New Issue