CSS: Set to the value, unset is less compatible
This commit is contained in:
parent
972c2e6520
commit
c94f166153
|
@ -82,7 +82,7 @@ body {
|
|||
.nav-fix-scroll {
|
||||
overflow: auto;
|
||||
max-height: 85vh;
|
||||
align-items: unset;
|
||||
align-items: flex-start;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue