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:
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
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue