Fixed navigation scrollbar bug

no refs.
- fixed issue that made top navigation scrollbar appear for sites with secondary navigation and members turned off
This commit is contained in:
Peter Zimon 2020-03-11 13:46:20 +01:00
parent 93628dc7f0
commit 8886056719
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -292,7 +292,7 @@ body {
display: flex;
justify-content: space-between;
align-items: flex-start;
overflow-y: hidden;
overflow: hidden;
height: 64px;
font-size: 1.3rem;
}