css: make the logo to be always on top

This commit is contained in:
Vasil Kolev 2019-06-18 15:16:42 +03:00 committed by Openfest
parent c62d86f41b
commit bcf09ae4b0
1 changed files with 1 additions and 0 deletions

View File

@ -321,6 +321,7 @@ nav .logo {
position: absolute;
top: 0;
left: 0;
z-index: 99 !important;
}
nav .selected {
font-weight: bold;