CSS: Set to the value, unset is less compatible

This commit is contained in:
Wruczek 2019-02-01 03:08:34 +01:00
parent 972c2e6520
commit c94f166153
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ body {
.nav-fix-scroll { .nav-fix-scroll {
overflow: auto; overflow: auto;
max-height: 85vh; max-height: 85vh;
align-items: unset; align-items: flex-start;
} }
} }